diff NEWS @ 14365:9a96cc768ed6

* NEWS: Mention 2011-02-08 change to stdlib.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 17 Feb 2011 22:16:39 -0800
parents 1dea9b5d422c
children 9f47f8c334f2
line wrap: on
line diff
--- a/NEWS	Fri Feb 18 04:16:39 2011 +0100
+++ b/NEWS	Thu Feb 17 22:16:39 2011 -0800
@@ -23,6 +23,11 @@
                             KMEM_GROUP and NEED_SETGID are no longer
                             substituted for.
 
+2011-02-08  stdlib          Unless the random_r module is also used, this
+                            module no longer guarantees that the following are
+                            defined: struct random_data, RAND_MAX, random_r,
+                            srandom_r, initstate_r, setstate_r.
+
 2011-02-08  wctype-h        This module no longer provides the iswblank()
                             function. If you need this function, you now need
                             to request the 'iswblank' module.