summaryrefslogtreecommitdiff
path: root/syscall.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-27 13:34:35 +0000
committerrsc <rsc>2007-08-27 13:34:35 +0000
commitefc12b8e616ed3394468c1802da8e1f39e387cd3 (patch)
tree62340875e823c6784bde20077ccebd51cd5b4fe1 /syscall.h
parente1872bb130da5a9b198ca484da8534304ea9fc79 (diff)
downloadxv6-labs-efc12b8e616ed3394468c1802da8e1f39e387cd3.tar.gz
xv6-labs-efc12b8e616ed3394468c1802da8e1f39e387cd3.tar.bz2
xv6-labs-efc12b8e616ed3394468c1802da8e1f39e387cd3.zip
Replace yield system call with sleep.
Diffstat (limited to 'syscall.h')
-rw-r--r--syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/syscall.h b/syscall.h
index 85ea220..f4b7807 100644
--- a/syscall.h
+++ b/syscall.h
@@ -18,4 +18,4 @@
#define SYS_dup 17
#define SYS_getpid 18
#define SYS_sbrk 19
-#define SYS_yield 20
+#define SYS_sleep 20