minor comment fix
This commit is contained in:
parent
3cac9c2b80
commit
5935ca0eb8
2
io.h
2
io.h
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
/* like open(s,O_RDONLY) */
|
/* like open(s,O_RDONLY) */
|
||||||
int io_readfile(int64* d,const char* s);
|
int io_readfile(int64* d,const char* s);
|
||||||
/* like open(s,O_WRONLY|O_TRUNC,0600) */
|
/* like open(s,O_WRONLY|O_CREAT|O_TRUNC,0600) */
|
||||||
int io_createfile(int64* d,const char* s);
|
int io_createfile(int64* d,const char* s);
|
||||||
/* like pipe(d) */
|
/* like pipe(d) */
|
||||||
int io_pipe(int64* d);
|
int io_pipe(int64* d);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user