little bugs
.
wq
VS: ----------------------------------------------------------------------
This commit is contained in:
rsc 2004-05-14 20:19:53 +00:00
parent 631fe87f4c
commit 983990c806
13 changed files with 29 additions and 7 deletions

View file

@ -3,6 +3,9 @@
#define NOPLAN9DEFINES
#include <libc.h>
#include <sys/stat.h>
#ifndef O_DIRECT
#define O_DIRECT 0
#endif
int
p9create(char *path, int mode, ulong perm)