]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(MREMAP_FIXED): Added. Patch by René Rebe <rene@exactcode.de>.
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)
2005-11-28  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added,
Patch by René Rebe <rene@exactcode.de>.

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

index 2b56ff887f67672c9f16bd31e70ab8b01105a424..1c3cc1ee261c4077499427c088dbc6631cf45f75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-28  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added,
+       Patch by René Rebe <rene@exactcode.de>.
+
 2005-11-27  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are
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