This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] m68k mman.h missing MREMAP_FIXED


The m68k mman.h is missing a definition of MREMAP_FIXED.
The patch below adds it.

Paul

2005-11-18  Paul Brook  <paul@codesourcery.com>

	* sysdeps/unix/sysv/linux/m68k/bits/mman.h: Add definition of
	MREMAP_FIXED.

Index: sysdeps/unix/sysv/linux/m68k/bits/mman.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/m68k/bits/mman.h,v
retrieving revision 1.6
diff -u -p -r1.6 mman.h
--- sysdeps/unix/sysv/linux/m68k/bits/mman.h	25 Sep 2003 16:39:38 -0000	1.6
+++ sysdeps/unix/sysv/linux/m68k/bits/mman.h	18 Nov 2005 17:51:43 -0000
@@ -78,6 +78,7 @@
 /* Flags for `mremap'.  */
 #ifdef __USE_GNU
 # define MREMAP_MAYMOVE	1
+# define MREMAP_FIXED	2
 #endif
 
 /* Advice to `madvise'.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]