diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 19:16:14 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-22 19:16:14 +0000 |
commit | 504302d0ddb9449c4c2c2ac17f8c017aa32dbff9 (patch) | |
tree | 661ff30ddd847e627f471d57cebc60b67ea680e2 /libc/sysdeps/linux | |
parent | 745a289aac7bc2f377edd8527cec746968e783f3 (diff) |
- capget() is linux specific; Sync helptext with current exclude list.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in index e9fa80271..2fab0ce7d 100644 --- a/libc/sysdeps/linux/common/Makefile.in +++ b/libc/sysdeps/linux/common/Makefile.in @@ -30,7 +30,7 @@ endif ifneq ($(UCLIBC_LINUX_SPECIFIC),y) # we need these internally: fstatfs.c statfs.c -CSRC := $(filter-out inotify.c ioperm.c iopl.c madvise.c \ +CSRC := $(filter-out capget.c inotify.c ioperm.c iopl.c madvise.c \ modify_ldt.c personality.c prctl.c readahead.c reboot.c \ remap_file_pages.c sched_getaffinity.c sched_setaffinity.c \ sendfile64.c sendfile.c setfsgid.c setfsuid.c setresuid.c \ |