diff options
author | Roland McGrath <roland@gnu.org> | 2004-11-08 23:15:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-11-08 23:15:54 +0000 |
commit | 936668d369d40eeeffb4cddd1b8c8cc21415f754 (patch) | |
tree | 9dc62c9d954d6f9a8556e5caf379c8995a6aae39 | |
parent | eaae7493d45e850931cb498227cacedb9cabb21d (diff) | |
download | glibc-936668d369d40eeeffb4cddd1b8c8cc21415f754.tar.gz glibc-936668d369d40eeeffb4cddd1b8c8cc21415f754.tar.xz glibc-936668d369d40eeeffb4cddd1b8c8cc21415f754.zip |
* sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol.
* sysdeps/mach/hurd/_G_config.h: New file. * libio/fileops.c (mmap_remap_check) [__linux__]: Replaced with [_G_HAVE_MREMAP].
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8ae57ef7f2..fb0865688d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-11-03 Marcus Brinkmann <marcus@gnu.org> + + * sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol. + * sysdeps/mach/hurd/_G_config.h: New file. + * libio/fileops.c (mmap_remap_check) [__linux__]: Replaced with + [_G_HAVE_MREMAP]. + 2004-11-08 Ulrich Drepper <drepper@redhat.com> * posix/regcomp.c (utf8_sb_map): Define. |