summaryrefslogtreecommitdiff
path: root/sysdeps/gnu
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-11-08 23:15:48 +0000
committerRoland McGrath <roland@gnu.org>2004-11-08 23:15:48 +0000
commiteaae7493d45e850931cb498227cacedb9cabb21d (patch)
tree916ce175f17eb871dd919f5727293c82220ebed1 /sysdeps/gnu
parente40a38b383fdbc616eb110e7cd6f780d010783cc (diff)
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].
Diffstat (limited to 'sysdeps/gnu')
-rw-r--r--sysdeps/gnu/_G_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/gnu/_G_config.h b/sysdeps/gnu/_G_config.h
index b643059234..83c78f0b93 100644
--- a/sysdeps/gnu/_G_config.h
+++ b/sysdeps/gnu/_G_config.h
@@ -69,6 +69,7 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_HAVE_PRINTF_FP 1
#define _G_HAVE_MMAP 1
+#define _G_HAVE_MREMAP 1
#define _G_HAVE_LONG_DOUBLE_IO 1
#define _G_HAVE_IO_FILE_OPEN 1
#define _G_HAVE_IO_GETLINE_INFO 1