/* * Copyright (C) 2015 Bartosz Golaszewski * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include #if defined(__NR_syncfs) && __USE_GNU #include _syscall1(int, syncfs, int, fd) #endif