summaryrefslogtreecommitdiff
path: root/syscall.h
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-06 18:38:56 +0000
committerrsc <rsc>2006-09-06 18:38:56 +0000
commit39593d2f1aab1355d61b75c041b31a88d2043a04 (patch)
tree12f6a0ff59c925e6f412e5fdb506484da513fd39 /syscall.h
parent89ebd895b8d1efe2d562971e6cdcb6571982b5b1 (diff)
downloadxv6-labs-39593d2f1aab1355d61b75c041b31a88d2043a04.tar.gz
xv6-labs-39593d2f1aab1355d61b75c041b31a88d2043a04.tar.bz2
xv6-labs-39593d2f1aab1355d61b75c041b31a88d2043a04.zip
struct fd -> struct file
Diffstat (limited to 'syscall.h')
-rw-r--r--syscall.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/syscall.h b/syscall.h
index f77c888..a0279ae 100644
--- a/syscall.h
+++ b/syscall.h
@@ -17,4 +17,3 @@
#define SYS_dup 17
#define SYS_getpid 18
#define SYS_sbrk 19
-