#ifndef _SYS_FILE_H #define _SYS_FILE_H #include #include extern int fcntl(int fd, int cmd, ...) __THROW; extern int flock(int fd, int operation) __THROW; #endif /* _SYS_FILE_H */