X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsyscalls.h;h=5ce281498ca9372627ba75dc72c0024536c0811f;hb=cbe0cc999c61fff862054bf428b7163e5458f2af;hp=98bb97965575077fbfd1b52bc0e0e0216ee5babf;hpb=dc8801cc0b5ed911a775cfc2ea853048f7a00db1;p=tpg%2Facess2.git diff --git a/Kernel/include/syscalls.h b/Kernel/include/syscalls.h index 98bb9796..5ce28149 100644 --- a/Kernel/include/syscalls.h +++ b/Kernel/include/syscalls.h @@ -14,10 +14,10 @@ #define SYS_SETFAULTHANDLER 3 // Set signal Handler #define SYS_YIELD 4 // Yield remainder of timestamp #define SYS_SLEEP 5 // Sleep until messaged or signaled -#define SYS_WAIT 6 // Wait for a time or a message +#define SYS_WAITEVENT 6 // Wait for an event #define SYS_WAITTID 7 // Wait for a thread to do something -#define SYS_SETNAME 8 // Set's the name of the current thread -#define SYS_GETNAME 9 // Get's the name of a thread +#define SYS_SETNAME 8 // Sets the name of the current thread +#define SYS_GETNAME 9 // Gets the name of a thread #define SYS_GETTID 10 // Get current thread ID #define SYS_GETPID 11 // Get current thread group ID #define SYS_SETPRI 12 // Set process priority @@ -73,7 +73,7 @@ static const char *cSYSCALL_NAMES[] = { "SYS_SETFAULTHANDLER", "SYS_YIELD", "SYS_SLEEP", - "SYS_WAIT", + "SYS_WAITEVENT", "SYS_WAITTID", "SYS_SETNAME", "SYS_GETNAME",