Oops--added syscall before I was ready.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 17 May 2006 15:03:53 +0000 (15:03 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 17 May 2006 15:03:53 +0000 (15:03 +0000)
src/lib/syscall-nr.h

index 44ad043d43b0d5fa8c3dc61c8400aea70053db2c..b0d073fe1d5e94b662e64946220fe5bcd7bba023 100644 (file)
@@ -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. */