X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Fsyscalls.h;h=3c7bd85d9b5e2457900b203a3ed6fe7e924fe2bd;hb=3e67a772afc3daa9404b75fc4b4c35bb682fab5b;hp=0adb51f070f6962c1dede7b4570ebe3b1437accc;hpb=6d32a3c22e659994d7ae6164ba3722ab12d11421;p=tpg%2Facess2.git diff --git a/AcessNative/syscalls.h b/AcessNative/syscalls.h index 0adb51f0..3c7bd85d 100644 --- a/AcessNative/syscalls.h +++ b/AcessNative/syscalls.h @@ -52,7 +52,12 @@ enum eSyscalls { SYS_WAITTID, SYS_SETUID, SYS_SETGID, - + + SYS_GETTID, + SYS_GETPID, + SYS_GETUID, + SYS_GETGID, + // IPC SYS_SLEEP, SYS_AN_FORK, @@ -88,6 +93,11 @@ static const char * casSYSCALL_NAMES[] = { "SYS_SETUID", "SYS_SETGID", + "SYS_GETTID", + "SYS_GETPID", + "SYS_GETUID", + "SYS_GETGID", + // IPC "SYS_SLEEP", "SYS_AN_FORK",