summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sh64
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/sh64
parentdcc619d6cda74c29b32cdf78afb25c661b99d81e (diff)
define MREMAP_FIXED
Diffstat (limited to 'libc/sysdeps/linux/sh64')
-rw-r--r--libc/sysdeps/linux/sh64/bits/mman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sh64/bits/mman.h b/libc/sysdeps/linux/sh64/bits/mman.h
index 3b18b2133..afa889dbf 100644
--- a/libc/sysdeps/linux/sh64/bits/mman.h
+++ b/libc/sysdeps/linux/sh64/bits/mman.h
@@ -75,6 +75,7 @@
/* Flags for `mremap'. */
#ifdef __USE_GNU
# define MREMAP_MAYMOVE 1
+# define MREMAP_FIXED 2
#endif
/* Advice to `madvise'. */