diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-10-30 21:57:39 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-11-02 16:49:04 +0100 |
commit | 04df27ce9847a2ce7d1104732cc497d4e6f02d89 (patch) | |
tree | 8bb6f2b37f4f99c9fc8ea07b2e3a67f4e9495c59 /extra | |
parent | 3c331f45196eaea2548aea095cebf1a8dcfac087 (diff) |
stubs: handle linux-specific
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index d1b3cb2df..a4398cb97 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -944,15 +944,16 @@ config UCLIBC_LINUX_SPECIFIC bool "Linux specific functions" default y help - accept4(), + accept4(), bdflush(), capget(), capset(), fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), pipe2(), personality(), - prctl()/arch_prctl(), + prctl()/arch_prctl(), pivot_root(), modify_ldt(), ppoll(), readahead(), reboot(), remap_file_pages(), sched_getaffinity(), sched_setaffinity(), sendfile(), - setfsgid(), setfsuid(), setresuid(), + setfsgid(), setfsuid(), setresgid(), setresuid(), splice(), vmsplice(), tee(), signalfd(), swapoff(), swapon(), - sync_file_range(), sysctl(), sysinfo(), vhangup() + sync_file_range(), _sysctl(), sysinfo(), timerfd_*(), vhangup(), + umount(), umount2() config UCLIBC_HAS_GNU_ERROR bool "Support GNU extensions for error-reporting" |