mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
(MREMAP_FIXED): Added. Patch by René Rebe <rene@exactcode.de>.
2005-11-28 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added, Patch by René Rebe <rene@exactcode.de>.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-28 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/mips/bits/mman.h (MREMAP_FIXED): Added,
|
||||||
|
Patch by René Rebe <rene@exactcode.de>.
|
||||||
|
|
||||||
2005-11-27 Ulrich Drepper <drepper@redhat.com>
|
2005-11-27 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are
|
* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there are
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions for POSIX memory map interface. Linux/MIPS version.
|
/* Definitions for POSIX memory map interface. Linux/MIPS version.
|
||||||
Copyright (C) 1997, 2000, 2003, 2004 Free Software Foundation, Inc.
|
Copyright (C) 1997, 2000, 2003, 2004, 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
|
||||||
@ -89,4 +89,5 @@
|
|||||||
/* 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
|
||||||
|
Reference in New Issue
Block a user