diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-13 09:56:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-13 09:56:29 +0000 |
commit | 0866e1cb398754c60b4ee0e5bd76055b4bcfd88c (patch) | |
tree | b8e9af13cd5b2a8e8313dba8242443a5b3e7ee9c /ChangeLog | |
parent | af81020e98934823e8a67fd1c8477b081e167e92 (diff) | |
download | glibc-0866e1cb398754c60b4ee0e5bd76055b4bcfd88c.tar.gz glibc-0866e1cb398754c60b4ee0e5bd76055b4bcfd88c.tar.xz glibc-0866e1cb398754c60b4ee0e5bd76055b4bcfd88c.zip |
* sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
MAP_NONBLOCK. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. Correct MAP_GROWSDOWN value.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7aa21541d8..5b530df7a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-10 GOTO Masanori <gotom@debian.or.jp> + + * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and + MAP_NONBLOCK. + * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise. + Correct MAP_GROWSDOWN value. + 2005-03-13 Roland McGrath <roland@redhat.com> * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps |