about summary refs log tree commit diff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-20 22:54:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-20 22:54:01 +0000
commit4159e3870191b0f6bea45867b9eb7675cff9a476 (patch)
tree25790ebff839ed04c6c356861e5b371d80e2af21 /misc/Makefile
parentdb766e12d4c311c26eb57a1d076ab4134b336f10 (diff)
downloadglibc-4159e3870191b0f6bea45867b9eb7675cff9a476.tar.gz
glibc-4159e3870191b0f6bea45867b9eb7675cff9a476.tar.xz
glibc-4159e3870191b0f6bea45867b9eb7675cff9a476.zip
Update.
	* misc/Makefile (routines): Add mincore.

2000-03-20  Andreas Jaeger  <aj@suse.de>

	* sysdeps/generic/mincore.c: New stub file.

	* sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
	from latest Linux kernel.

2000-03-20  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index e469440e26..bde7a96b63 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -52,7 +52,7 @@ routines := brk sbrk sstk ioctl \
 	    chflags fchflags \
 	    insremque getttyent getusershell getpass ttyslot \
 	    syslog syscall daemon \
-	    mmap munmap mprotect msync madvise mmap64 \
+	    mmap munmap mprotect msync madvise mmap64 mincore \
 	    efgcvt efgcvt_r qefgcvt qefgcvt_r \
 	    hsearch hsearch_r tsearch lsearch \
 	    err error ustat \