add struct stat decl
This commit is contained in:
parent
4c917f6df2
commit
a1af366500
1 changed files with 2 additions and 0 deletions
2
user.h
2
user.h
|
@ -1,3 +1,5 @@
|
|||
struct stat;
|
||||
|
||||
// system calls
|
||||
int fork(void);
|
||||
int exit(void) __attribute__((noreturn));
|
||||
|
|
Loading…
Reference in a new issue