Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 Mar 2003 19:34:52 +0000 (19:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 Mar 2003 19:34:52 +0000 (19:34 +0000)
* misc/Makefile (routines): Add remap_file_pages.

ChangeLog
misc/Makefile

index 6945433..7fe9b19 100644 (file)
--- 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.
index ce037ba..9a2db19 100644 (file)
@@ -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 \