X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fsyscalls.h;h=bb80ffb16f041070a49f447fd5f8721d1a54119f;hb=79be5827041844629dba4c8df7da81be91501f75;hp=4cd733d66e8344c2f1508fbe5db636e674649bc8;hpb=8d488f16977892e13e802c2bcefa58fc45921127;p=tpg%2Facess2.git diff --git a/Kernel/include/syscalls.h b/Kernel/include/syscalls.h index 4cd733d6..bb80ffb1 100644 --- a/Kernel/include/syscalls.h +++ b/Kernel/include/syscalls.h @@ -63,6 +63,7 @@ enum eSyscalls { SYS_CHDIR, // Change current directory SYS_GETCWD, // Get current directory SYS_MOUNT, // Mount a filesystem + SYS_SELECT, // Wait for file handles NUM_SYSCALLS, SYS_DEBUG = 0x100 @@ -153,6 +154,7 @@ static const char *cSYSCALL_NAMES[] = { "SYS_CHDIR", "SYS_GETCWD", "SYS_MOUNT", + "SYS_SELECT", "" };