diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-24 20:22:44 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-24 20:22:44 -0800 |
commit | c53f6228f178f54d8a93569b88c1c3144c8a9d3a (patch) | |
tree | 24b465efa9c973f30cbae7fb6187516bb69e306d /ChangeLog | |
parent | aa9890239a2aef81e64f3f22a31c7e01b6501f69 (diff) | |
download | glibc-c53f6228f178f54d8a93569b88c1c3144c8a9d3a.tar.gz glibc-c53f6228f178f54d8a93569b88c1c3144c8a9d3a.tar.xz glibc-c53f6228f178f54d8a93569b88c1c3144c8a9d3a.zip |
Fix comments in random_r.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4f74b500f0..000a535f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-11-24 Ulrich Drepper <drepper@redhat.com> + [BZ #3662] + * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r. + Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>. + * sysdeps/unix/grantpt.c (pts_name): Take additional parameter, pass it on to __ptsname_internal. (grantpt): Pass stat64 pointer to pts_name. Remove stat call here. |