Issue #7042:  Fix test_signal failure on OS X 10.6 64-bit builds
(and also, with luck, on the x86 FreeBSD buildbot), by making sure
that some user time is used in test_itimer_virtual.
diff --git a/Misc/NEWS b/Misc/NEWS
index bafb0ab..2e052fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1436,6 +1436,8 @@
 Tests
 -----
 
+- Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6.
+
 - Issue #6806: test_platform failed under OS X 10.6.0 because ``sw_ver`` leaves
   off the trailing 0 in the version number.