add struct stat decl

feat/start
rsc 2007-08-28 04:20:25 +00:00
parent 4c917f6df2
commit a1af366500
1 changed files with 2 additions and 0 deletions

2
user.h
View File

@ -1,3 +1,5 @@
struct stat;
// system calls
int fork(void);
int exit(void) __attribute__((noreturn));