C
little bugs . wq VS: ----------------------------------------------------------------------
This commit is contained in:
parent
631fe87f4c
commit
983990c806
13 changed files with 29 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue