Usermode/libposix - Added types for F_GETLK
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / fcntl.h
index f53ad93..6057b13 100644 (file)
@@ -32,6 +32,13 @@ enum e_fcntl_cmds
        F_GETLK,        // (struct flock *)
 };
 
+enum e_flock_types
+{
+       F_RDLCK,        // read
+       F_WRLCK,        // write
+       F_UNLCK,        // unlock
+};
+
 extern int fcntl(int fd, int cmd, ...);
 
 #endif

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