diff options
Diffstat (limited to 'user.h')
-rw-r--r-- | user.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ int chdir(char*); int dup(int); int getpid(); char* sbrk(int); +int sleep(int); // ulib.c int stat(char*, struct stat*); |