From 16fc66a4faf631fffa518eb7806ec70e03c78f63 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 2 Jan 2016 16:20:25 -0500 Subject: extra/Configs/Config.in: add syncfs() to Linux-specific functions syncfs() was recently added (commit dfa593d4d). But man sync(2) specifies that syncfs() is Linux-specific. This was overlooked in the original commit so we add it to the set of Linux-specific functions supported by uClibc. Signed-off-by: Anthony G. Basile --- extra/Configs/Config.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index cdd494216..25b512677 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1042,8 +1042,9 @@ config UCLIBC_LINUX_SPECIFIC sched_getaffinity(), sched_setaffinity(), sendfile(), setfsgid(), setfsuid(), setresgid(), setresuid(), splice(), vmsplice(), tee(), signalfd(), statfs(), - swapoff(), swapon(), sync_file_range(), _sysctl(), - sysinfo(), timerfd_*(), vhangup(), umount(), umount2() + swapoff(), swapon(), sync_file_range(), syncfs(), + _sysctl(), sysinfo(), timerfd_*(), vhangup(), umount(), + umount2() config UCLIBC_HAS_GNU_ERROR bool "Support GNU extensions for error-reporting" -- cgit v1.2.3