X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flib%2Fsyscall-nr.h;h=01851098fd28b24aee43715daa67267242956ba3;hb=2cfc156c39840ce7f1cda6b473de1322691a8a0b;hp=5a243bd28798ef9d92747d16f38839f6028cb1c3;hpb=d46fd132092304422193b717d9a60641604cc1b5;p=pintos-anon diff --git a/src/lib/syscall-nr.h b/src/lib/syscall-nr.h index 5a243bd..0185109 100644 --- a/src/lib/syscall-nr.h +++ b/src/lib/syscall-nr.h @@ -5,7 +5,7 @@ #define SYS_halt 0 /* Halts the operating system. */ #define SYS_exit 1 /* Terminates this process. */ #define SYS_exec 2 /* Start another process. */ -#define SYS_join 3 /* Waits for a child process to die. */ +#define SYS_wait 3 /* Waits for a child process to die. */ #define SYS_create 4 /* Creates a file. */ #define SYS_remove 5 /* Deletes a file. */ #define SYS_open 6 /* Opens a file. */