X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flib%2Fsyscall-nr.h;h=ef57c7885c17db537d94a9503d38686b314d9696;hb=03ba47c99d661311e5e2d29fd374d9fecfad9238;hp=b0d073fe1d5e94b662e64946220fe5bcd7bba023;hpb=6793ccffc2613e69df35120f6347f23e52015f81;p=pintos-anon diff --git a/src/lib/syscall-nr.h b/src/lib/syscall-nr.h index b0d073f..ef57c78 100644 --- a/src/lib/syscall-nr.h +++ b/src/lib/syscall-nr.h @@ -7,6 +7,7 @@ enum /* Projects 2 and later. */ SYS_HALT, /* Halt the operating system. */ SYS_EXIT, /* Terminate this process. */ + SYS_EXEC, /* Start another process. */ SYS_WAIT, /* Wait for a child process to die. */ SYS_CREATE, /* Create a file. */ SYS_REMOVE, /* Delete a file. */