mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
[BZ #3189]
2006-09-09 Ulrich Drepper <drepper@redhat.com> [BZ #3189] * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
This commit is contained in:
parent
2b6a801eed
commit
d26d01d19c
@ -1,3 +1,8 @@
|
||||
2006-09-09 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #3189]
|
||||
* misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
|
||||
|
||||
2006-09-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
[BZ #1006]
|
||||
|
@ -131,7 +131,9 @@ extern void *mremap (void *__addr, size_t __old_len, size_t __new_len,
|
||||
it is zero. */
|
||||
extern int mincore (void *__start, size_t __len, unsigned char *__vec)
|
||||
__THROW;
|
||||
#endif
|
||||
|
||||
#ifdef __USE_GNU
|
||||
/* Remap arbitrary pages of a shared backing store within an existing
|
||||
VMA. */
|
||||
extern int remap_file_pages (void *__start, size_t __size, int __prot,
|
||||
|
Loading…
Reference in New Issue
Block a user