From: Ben Pfaff Date: Wed, 17 May 2006 15:03:53 +0000 (+0000) Subject: Oops--added syscall before I was ready. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=6793ccffc2613e69df35120f6347f23e52015f81 Oops--added syscall before I was ready. --- diff --git a/src/lib/syscall-nr.h b/src/lib/syscall-nr.h index 44ad043..b0d073f 100644 --- a/src/lib/syscall-nr.h +++ b/src/lib/syscall-nr.h @@ -8,7 +8,6 @@ enum SYS_HALT, /* Halt the operating system. */ SYS_EXIT, /* Terminate this process. */ SYS_WAIT, /* Wait for a child process to die. */ - SYS_YIELD, /* Yield to another process. */ SYS_CREATE, /* Create a file. */ SYS_REMOVE, /* Delete a file. */ SYS_OPEN, /* Open a file. */