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)
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#include <u.h>
|
||||
#include <libc.h>
|
||||
#include <pthread.h>
|
||||
#include "9proc.h"
|
||||
|
||||
extern int __isthreaded;
|
||||
int
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
#include <u.h>
|
||||
#define NOPLAN9DEFINES
|
||||
#include <libc.h>
|
||||
#ifndef O_DIRECT
|
||||
#define O_DIRECT 0
|
||||
#endif
|
||||
|
||||
int
|
||||
p9open(char *name, int mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue