summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.h b/user.h
index 27f2cfb..26d984c 100644
--- a/user.h
+++ b/user.h
@@ -6,7 +6,6 @@ int pipe(int*);
int write(int, void*, int);
int read(int, void*, int);
int close(int);
-int block(void);
int kill(int);
int panic(char*);
int cons_puts(char*);
@@ -18,6 +17,7 @@ int fstat (int fd, struct stat *stat);
int link(char *, char *);
int mkdir(char *);
int chdir(char *);
+int dup(int);
int stat(char *, struct stat *stat);
int puts(char*);