Skip to content

Commit

Permalink
add struct stat decl
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Aug 28, 2007
1 parent 4c917f6 commit a1af366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
struct stat;

// system calls
int fork(void);
int exit(void) __attribute__((noreturn));
Expand Down

0 comments on commit a1af366

Please sign in to comment.