summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/e1
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-27 16:43:45 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-27 16:43:45 +0000
commitba3d59d400395212695792bf0015a2b9dcf25c5e (patch)
treef3c3d35f056d500ad20cd7e26066aa9a474e8122 /libc/sysdeps/linux/e1
parentdcc619d6cda74c29b32cdf78afb25c661b99d81e (diff)
define MREMAP_FIXED
Diffstat (limited to 'libc/sysdeps/linux/e1')
-rw-r--r--libc/sysdeps/linux/e1/bits/mman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/e1/bits/mman.h b/libc/sysdeps/linux/e1/bits/mman.h
index 34f14ee5b..7f644b99b 100644
--- a/libc/sysdeps/linux/e1/bits/mman.h
+++ b/libc/sysdeps/linux/e1/bits/mman.h
@@ -72,4 +72,5 @@
/* Flags for `mremap'. */
#ifdef __USE_GNU
# define MREMAP_MAYMOVE 1
+# define MREMAP_FIXED 2
#endif