From: Roland McGrath Date: Mon, 8 Nov 2004 23:15:54 +0000 (+0000) Subject: * sysdeps/gnu/_G_config.h (_G_HAVE_MREMAP): Define symbol. X-Git-Tag: upstream/2.30~17215 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=936668d369d40eeeffb4cddd1b8c8cc21415f754;p=external%2Fglibc.git * 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]. --- diff --git a/ChangeLog b/ChangeLog index 8ae57ef..fb08656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-11-03 Marcus Brinkmann + + * 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 * posix/regcomp.c (utf8_sb_map): Define.