git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix file system racing and ext2 directory insertion (#58)
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
lunaix
/
ioctl.h
1
#ifndef __LUNAIX_SYS_IOCTL_H
2
#define __LUNAIX_SYS_IOCTL_H
3
4
#include <lunaix/ioctl_defs.h>
5
6
int ioctl(int fd, int req, ...);
7
8
#endif /* __LUNAIX_IOCTL_H */