Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f5884b..b4f02b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,9 @@
 - Issue #3708: os.urandom no longer goes into an infinite loop when passed a
   non-integer floating point number.
 
+- Issue #3110: multiprocessing fails to compiel on solaris 10 due to missing 
+  SEM_VALUE_MAX.
+
 Extension Modules
 -----------------