X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Fsyscalls.h;h=0adb51f070f6962c1dede7b4570ebe3b1437accc;hb=6d32a3c22e659994d7ae6164ba3722ab12d11421;hp=078944d1c273f7373447a14b49bc8141f8f962c2;hpb=1d65dd9606edfcaeef8dfff3724ef6c49180b131;p=tpg%2Facess2.git diff --git a/AcessNative/syscalls.h b/AcessNative/syscalls.h index 078944d1..0adb51f0 100644 --- a/AcessNative/syscalls.h +++ b/AcessNative/syscalls.h @@ -55,7 +55,7 @@ enum eSyscalls { // IPC SYS_SLEEP, - SYS_FORK, + SYS_AN_FORK, SYS_SENDMSG, SYS_GETMSG, SYS_SELECT, @@ -82,9 +82,18 @@ static const char * casSYSCALL_NAMES[] = { "SYS_GETACL", "SYS_MOUNT", "SYS_REOPEN", + "SYS_CHDIR", + + "SYS_WAITTID", + "SYS_SETUID", + "SYS_SETGID", // IPC - "SYS_SLEEP" + "SYS_SLEEP", + "SYS_AN_FORK", + "SYS_SENDMSG", + "SYS_GETMSG", + "SYS_SELECT" }; #endif