git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c345ab75a055d55879de5aa4859ecd758fe3942f
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
arch
/
i386
/
fcntl.c
1
#include "syscall.h"
2
#include <fcntl.h>
3
4
__LXSYSCALL2(int, open, const char*, path, int, options)
5
6
__LXSYSCALL2(int, fstat, int, fd, struct file_stat*, stat)