xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a1af36650054eb683233105749bfa2169d20042d
parent 4c917f6df277025dbec740bfe35456ccb52b164b
Author: rsc <rsc>
Date:   Tue, 28 Aug 2007 04:20:25 +0000

add struct stat decl

Diffstat:
Muser.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/user.h b/user.h @@ -1,3 +1,5 @@ +struct stat; + // system calls int fork(void); int exit(void) __attribute__((noreturn));