From: rsc Date: Tue, 28 Aug 2007 04:20:25 +0000 (+0000) Subject: add struct stat decl X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=a1af36650054eb683233105749bfa2169d20042d;p=cs3210-lab1.git add struct stat decl --- diff --git a/user.h b/user.h index c3ee675..8280b2e 100644 --- a/user.h +++ b/user.h @@ -1,3 +1,5 @@ +struct stat; + // system calls int fork(void); int exit(void) __attribute__((noreturn));