AcessNative - Fixing little bugs
[tpg/acess2.git] / AcessNative / syscalls.h
index 3c7bd85..d1a0bdc 100644 (file)
@@ -64,6 +64,7 @@ enum eSyscalls {
        SYS_SENDMSG,
        SYS_GETMSG,
        SYS_SELECT,
+       SYS_WAITEVENT,
        
        N_SYSCALLS
 };
@@ -103,7 +104,8 @@ static const char * casSYSCALL_NAMES[] = {
        "SYS_AN_FORK",
        "SYS_SENDMSG",
        "SYS_GETMSG",
-       "SYS_SELECT"
+       "SYS_SELECT",
+       "SYS_WAITEVENT"
 };
 #endif
 

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