AcessNative - Working on possible recompilation emulation
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / fcntl.h
index 5fee9a1..ded9ba1 100644 (file)
 // Acess doesn't implement lseek
 #define lseek(_1,_2,_3)        (seek(_1,_2,_3),tell(_1))
 
+enum e_fcntl_cmds
+{
+       F_SETFL
+};
+
+int fcntl(int fd, int cmd, ...) { return -1; }
+
 #endif
 

UCC git Repository :: git.ucc.asn.au