AcessNative - Fixing a couple of bugs exposed by AxWin
[tpg/acess2.git] / AcessNative / syscalls.h
index 0adb51f..3c7bd85 100644 (file)
@@ -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",

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