diff options
Diffstat (limited to 'user.h')
-rw-r--r-- | user.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ int close(int); int kill(int); int exec(char*, char**); int open(char*, int); -int mknod(char*, short, short, short); +int mknod(char*, short, short); int unlink(char*); int fstat(int fd, struct stat*); int link(char*, char*); |