From: Ulrich Drepper Date: Mon, 3 Mar 2003 19:34:52 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~1377 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c531a8761295db87ae81082c20a641742eecf65;p=thirdparty%2Fglibc.git Update. * misc/Makefile (routines): Add remap_file_pages. --- diff --git a/ChangeLog b/ChangeLog index 6945433eaf5..7fe9b196312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/misc/Makefile b/misc/Makefile index ce037bac13d..9a2db192534 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -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 \