diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-21 20:58:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-21 20:58:11 +0000 |
commit | 571511d557820b9ddbc400b7922f8904387ff78c (patch) | |
tree | d505254649f44ef1b4aa12644ca0edd6cf156894 /ChangeLog | |
parent | 44901495168744c4344395893a0c44fdadcf3a7b (diff) | |
download | glibc-571511d557820b9ddbc400b7922f8904387ff78c.tar.gz glibc-571511d557820b9ddbc400b7922f8904387ff78c.tar.xz glibc-571511d557820b9ddbc400b7922f8904387ff78c.zip |
* sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
[-2^31 .. 2^31) range.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1f7597e719..ee3fdc869e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-20 SUGIOKA Toshinobu <sugioka@itonet.co.jp> + + * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file. + 2006-12-19 Jakub Jelinek <jakub@redhat.com> * nss/getXXbyYY_r.c: Include atomic.h. @@ -39,7 +43,7 @@ [BZ #3747] * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the - [-231 .. 231) range. + [-2^31 .. 2^31) range. * stdlib/tst-rand48.c (main): Fix expected values for 64-bit targets. * stdlib/tst-rand48-2.c: New test. |