add struct stat decl

This commit is contained in:
rsc 2007-08-28 04:20:25 +00:00
parent 4c917f6df2
commit a1af366500

2
user.h
View file

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