diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 19:34:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 19:34:52 +0000 |
commit | 3c531a8761295db87ae81082c20a641742eecf65 (patch) | |
tree | efdf3a30dd4288e4e4c0a04b4b1f575f78fbf8b3 /misc | |
parent | ca97fb53255da0a01195a1b43c0d9138a4b44f49 (diff) | |
download | glibc-3c531a8761295db87ae81082c20a641742eecf65.zip glibc-3c531a8761295db87ae81082c20a641742eecf65.tar.gz glibc-3c531a8761295db87ae81082c20a641742eecf65.tar.bz2 |
Update.
* misc/Makefile (routines): Add remap_file_pages.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index ce037ba..9a2db19 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 \ |