1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

* sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED.

This commit is contained in:
Roland McGrath
2005-10-16 11:38:59 +00:00
parent c45c24812b
commit fe60d146c7
5 changed files with 25 additions and 9 deletions

View File

@ -78,6 +78,7 @@
/* Flags for `mremap'. */
#ifdef __USE_GNU
# define MREMAP_MAYMOVE 1
# define MREMAP_FIXED 2
#endif
/* Advice to `madvise'. */