AcessNative - Fixing for recent kernel changes
[tpg/acess2.git] / AcessNative / syscalls.h
index 158a6cc..078944d 100644 (file)
@@ -47,6 +47,7 @@ enum eSyscalls {
        SYS_GETACL,
        SYS_MOUNT,
        SYS_REOPEN,
+       SYS_CHDIR,
        
        SYS_WAITTID,
        SYS_SETUID,
@@ -55,6 +56,9 @@ enum eSyscalls {
        // IPC
        SYS_SLEEP,
        SYS_FORK,
+       SYS_SENDMSG,
+       SYS_GETMSG,
+       SYS_SELECT,
        
        N_SYSCALLS
 };

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