#include #define sync _sync #include PUBLIC int sync() { message m; return(_syscall(VFS_PROC_NR, SYNC, &m)); }