2 * Acess2 POSIX Emulation Library
3 * - By John Hodge (thePowersGang)
6 * - File descriptor control?
24 //F_DUPFD_CLOEXEC, // (long) - Non POSIX
30 F_SETLK, // (struct flock *)
31 F_SETLKW, // (struct flock *)
32 F_GETLK, // (struct flock *)
35 extern int fcntl(int fd, int cmd, ...);