repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* configure.in: Also look in $PATH when searching for
[glibc.git]
/
include
/
fcntl.h
blob
949c6621fd9d30ea7fd3c9967b7dc34d5b04e9ef
1
#ifndef _FCNTL_H
2
#include <io/fcntl.h>
3
4
/* Now define the internal interfaces. */
5
extern
int
__open64
__P
((
__const
char
*
__file
,
int
__oflag
, ...));
6
#endif