* sysdeps/unix/sysv/linux/arm/bits/mman.h (MREMAP_FIXED): Define.
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 31 Oct 2005 20:41:32 +0000 (20:41 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 31 Oct 2005 20:41:32 +0000 (20:41 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/bits/mman.h

index 4cf9c1a..38bfdf0 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/bits/mman.h (MREMAP_FIXED): Define.
+
 2005-10-27  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/arm/socket.S: Honor NO_WEAK_ALIAS.
index 4ec6839..7430f15 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for POSIX memory map interface.  Linux/ARM version.
-   Copyright (C) 1997, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2000, 2003, 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
@@ -78,6 +78,7 @@
 /* Flags for `mremap'.  */
 #ifdef __USE_GNU
 # define MREMAP_MAYMOVE        1
+# define MREMAP_FIXED  2
 #endif
 
 /* Advice to `madvise'.  */