mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-12 04:00:17 +00:00
* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
This commit is contained in:
parent
fdfe6deea9
commit
3416271918
@ -1,5 +1,7 @@
|
|||||||
2005-11-18 Paul Brook <paul@codesourcery.com>
|
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/grpcache.c: Include <sys/socket.h>.
|
||||||
* nscd/nscd_stat.c: Likewise.
|
* nscd/nscd_stat.c: Likewise.
|
||||||
* nscd/pwdcache.c: Likewise.
|
* nscd/pwdcache.c: Likewise.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions for POSIX memory map interface. Linux/m68k version.
|
/* 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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -78,6 +78,7 @@
|
|||||||
/* Flags for `mremap'. */
|
/* Flags for `mremap'. */
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
# define MREMAP_MAYMOVE 1
|
# define MREMAP_MAYMOVE 1
|
||||||
|
# define MREMAP_FIXED 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Advice to `madvise'. */
|
/* Advice to `madvise'. */
|
||||||
|
Loading…
Reference in New Issue
Block a user