projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8386224
)
Oops--added syscall before I was ready.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 17 May 2006 15:03:53 +0000
(15:03 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 17 May 2006 15:03:53 +0000
(15:03 +0000)
src/lib/syscall-nr.h
patch
|
blob
|
history
diff --git
a/src/lib/syscall-nr.h
b/src/lib/syscall-nr.h
index 44ad043d43b0d5fa8c3dc61c8400aea70053db2c..b0d073fe1d5e94b662e64946220fe5bcd7bba023 100644
(file)
--- 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. */