From 04df27ce9847a2ce7d1104732cc497d4e6f02d89 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 30 Oct 2011 21:57:39 +0100 Subject: stubs: handle linux-specific Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra') 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" -- cgit v1.2.3