summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 04:20:25 +0000
committerrsc <rsc>2007-08-28 04:20:25 +0000
commita1af36650054eb683233105749bfa2169d20042d (patch)
tree9240ad0aff96fbec1386aa60ae5bb458662ec5c3 /user.h
parent4c917f6df277025dbec740bfe35456ccb52b164b (diff)
downloadxv6-labs-a1af36650054eb683233105749bfa2169d20042d.tar.gz
xv6-labs-a1af36650054eb683233105749bfa2169d20042d.tar.bz2
xv6-labs-a1af36650054eb683233105749bfa2169d20042d.zip
add struct stat decl
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 2 insertions, 0 deletions
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));