syncfs: add system call support
commitea86f1d8885335f2bd38a388d2ab762bd1e29427
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 14 Oct 2015 15:14:01 +0000 (14 17:14 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Wed, 14 Oct 2015 16:11:59 +0000 (14 18:11 +0200)
tree8226d8ced668a4a54c15e6b8d0c88e3e67e50ce8
parent24e4dc6660057aa13c8d021f0dacf4f58bdf5245
syncfs: add system call support

Add support for the syncfs() system call.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
include/unistd.h
libc/sysdeps/linux/common/syncfs.c [new file with mode: 0644]