extra/Configs/Config.in: add syncfs() to Linux-specific functions
commit16fc66a4faf631fffa518eb7806ec70e03c78f63
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 2 Jan 2016 21:20:25 +0000 (2 16:20 -0500)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Wed, 6 Jan 2016 22:54:29 +0000 (6 23:54 +0100)
treec46309e1618832d4656b023fce05f61a0016b887
parenta6975db114cce6484aa83f107d4496cd6045fd26
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 <blueness@gentoo.org>
extra/Configs/Config.in
libc/sysdeps/linux/common/Makefile.in