summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/m68k
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-19 21:04:15 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-19 21:04:15 +0000
commitaebf0c050a8598c864dda377b4fadb79225d34ca (patch)
treef67c89bb2536f64c390654810b1aa1b95ae0a11e /libc/sysdeps/linux/m68k
parent6f728cdcf296054020c8606cb8cb841d84a64245 (diff)
downloaduClibc-alpine-aebf0c050a8598c864dda377b4fadb79225d34ca.tar.bz2
uClibc-alpine-aebf0c050a8598c864dda377b4fadb79225d34ca.tar.xz
Sync up with trunk.
Diffstat (limited to 'libc/sysdeps/linux/m68k')
-rw-r--r--libc/sysdeps/linux/m68k/Makefile.arch2
-rw-r--r--libc/sysdeps/linux/m68k/bits/mman.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/m68k/Makefile.arch b/libc/sysdeps/linux/m68k/Makefile.arch
index 833d31ffe..81e5b27f7 100644
--- a/libc/sysdeps/linux/m68k/Makefile.arch
+++ b/libc/sysdeps/linux/m68k/Makefile.arch
@@ -15,4 +15,4 @@ else
ARCH_HEADERS := fpu_control.h
endif
-include $(top_srcdir)libc/sysdeps/linux/Makefile.arch
+include $(top_srcdir)libc/sysdeps/linux/Makefile.commonarch
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