diff options
author | Roland McGrath <roland@gnu.org> | 2005-11-18 22:46:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-11-18 22:46:36 +0000 |
commit | 34162719181ed70b179be68bad76a67d11dc2d92 (patch) | |
tree | 18e597e1c5481cc72887aacdf22077da99972ce1 /sysdeps/unix/sysv | |
parent | fdfe6deea9fc1946b783122b9a1e4d4c568fbcf1 (diff) | |
download | glibc-34162719181ed70b179be68bad76a67d11dc2d92.tar.gz glibc-34162719181ed70b179be68bad76a67d11dc2d92.tar.xz glibc-34162719181ed70b179be68bad76a67d11dc2d92.zip |
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/bits/mman.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/bits/mman.h b/sysdeps/unix/sysv/linux/m68k/bits/mman.h index 815a3da88f..6e7bdc99dd 100644 --- a/sysdeps/unix/sysv/linux/m68k/bits/mman.h +++ b/sysdeps/unix/sysv/linux/m68k/bits/mman.h @@ -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'. */ |