#include #include "syscall.h" int flock(int fd, int op) { return syscall(SYS_flock, fd, op); }

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