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
Update.
[glibc.git]
/
include
/
sys
/
file.h
blob
e73a4d1c94ae4e9c2f6858342d5020ed9495122a
1
#ifndef _SYS_FILE_H
2
#include <misc/sys/file.h>
3
4
/* Now define the internal interfaces. */
5
extern
int
__flock
(
int
__fd
,
int
__operation
);
6
#endif