#include #include "syscall.h" int fdatasync(int fd) { return syscall_cp(SYS_fdatasync, fd); }

AltStyle によって変換されたページ (->オリジナル) /