mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Update.
* misc/Makefile (routines): Add remap_file_pages.
This commit is contained in:
parent
ca97fb5325
commit
3c531a8761
@ -33,6 +33,7 @@
|
||||
* sysdeps/unix/sysv/linux/syscalls.list: Add remap_file_pages entry.
|
||||
* misc/sys/mman.h: Add prototype for remap_file_pages.
|
||||
* sysdeps/generic/remap_file_pages.c: New file.
|
||||
* misc/Makefile (routines): Add remap_file_pages.
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_POPULATE
|
||||
and MAP_NONBLOCK.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1991-2002, 2003 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
|
||||
@ -52,7 +52,7 @@ routines := brk sbrk sstk ioctl \
|
||||
chflags fchflags \
|
||||
insremque getttyent getusershell getpass ttyslot \
|
||||
syslog syscall daemon \
|
||||
mmap mmap64 munmap mprotect msync madvise mincore \
|
||||
mmap mmap64 munmap mprotect msync madvise mincore remap_file_pages\
|
||||
mlock munlock mlockall munlockall \
|
||||
efgcvt efgcvt_r qefgcvt qefgcvt_r \
|
||||
hsearch hsearch_r tsearch lsearch \
|
||||
|
Loading…
Reference in New Issue
Block a user