git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b81830774fd260d218f5d5d32b9853e74b4c00ff
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
fcntl.h
1
#ifndef __LUNALIBC_SYS_FCNTL_H
2
#define __LUNALIBC_SYS_FCNTL_H
3
4
#include <lunaix/fcntl_defs.h>
5
#include <lunaix/types.h>
6
7
extern int
8
open(const char* path, int flags);
9
10
extern int
11
fstat(int fd, struct file_stat* stat);
12
13
#endif /* __LUNALIBC_FCNTL_H */