2 * Acess2 C Library (UNIX Emulation)
3 * - By John Hodge (thePowersGang)
24 //F_DUPFD_CLOEXEC, // (long) - Non POSIX
30 F_SETLK, // (struct flock *)
31 F_SETLKW, // (struct flock *)
32 F_GETLK, // (struct flock *)
35 static inline int fcntl(int fd __attribute__((unused)), int cmd __attribute__((unused)), ...) { return -1; }