* sysdeps/unix/sysv/linux/arm/bits/mman.h (MREMAP_FIXED): Define.

This commit is contained in:
Daniel Jacobowitz 2005-10-31 20:41:32 +00:00
parent e7837483d3
commit 56cf6cc523
2 changed files with 6 additions and 1 deletions

View 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.

View 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'. */