Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
9ed821d7e5d875a3395740a9cc2545671fa429b7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
include
/
sys
/
file.h
blob: e73a4d1c94ae4e9c2f6858342d5020ed9495122a [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame^
]
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