]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(MREMAP_FIXED): Added.
authorAndreas Jaeger <aj@suse.de>
Mon, 28 Nov 2005 08:25:55 +0000 (08:25 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 28 Nov 2005 08:25:55 +0000 (08:25 +0000)
Patch by RenĂ© Rebe <rene@exactcode.de>.

sysdeps/unix/sysv/linux/mips/bits/mman.h

index 154501fba2df18188d1c4fa1db1d5b0a558d9434..92d4b8a3406695d55bf3cbfe0d9be4ea7445b94b 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for POSIX memory map interface.  Linux/MIPS version.
-   Copyright (C) 1997, 2000, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -89,4 +89,5 @@
 /* Flags for `mremap'.  */
 #ifdef __USE_GNU
 # define MREMAP_MAYMOVE        1
+# define MREMAP_FIXED  2
 #endif