]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
authorRoland McGrath <roland@gnu.org>
Fri, 18 Nov 2005 22:46:36 +0000 (22:46 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Nov 2005 22:46:36 +0000 (22:46 +0000)
ChangeLog
sysdeps/unix/sysv/linux/m68k/bits/mman.h

index c9d611adbddead4fdf681c3d3730df8e2364810f..7254826ab8a88cacbdb307bdc894266771728a66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-18  Paul Brook  <paul@codesourcery.com>
 
+       * sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
+
        * nscd/grpcache.c: Include <sys/socket.h>.
        * nscd/nscd_stat.c: Likewise.
        * nscd/pwdcache.c: Likewise.
index 815a3da88f831a09d771855008e3bea37dd03a72..6e7bdc99dd6df461a1159789beaa492c985bee5b 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for POSIX memory map interface.  Linux/m68k version.
-   Copyright (C) 1997, 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'.  */