From: Ben Pfaff <blp@cs.stanford.edu>
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?a=commitdiff_plain;h=03a10a32bf2f36409ed163e8a85e5e4f760e23d6;p=pintos-anon

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. */