summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-18 23:08:28 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-18 23:08:28 +0000
commitb155ef96df8b0a7b9b3c308a17f389c2b48d75b4 (patch)
treeaae56078fdbdf8fa51e1926ba50a80bd2d23652b /libc/sysdeps/linux
parent2d01e3ae240899ac482ab23baec60774d953401c (diff)
grab fix from glibc:
2005-11-18 Paul Brook <paul@codesourcery.com> * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of MREMAP_FIXED.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r--libc/sysdeps/linux/m68k/bits/mman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/bits/mman.h b/libc/sysdeps/linux/m68k/bits/mman.h
index 34f14ee5b..7f644b99b 100644
--- a/libc/sysdeps/linux/m68k/bits/mman.h
+++ b/libc/sysdeps/linux/m68k/bits/mman.h
@@ -72,4 +72,5 @@
/* Flags for `mremap'. */
#ifdef __USE_GNU
# define MREMAP_MAYMOVE 1
+# define MREMAP_FIXED 2
#endif