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
tile: Check for pointer add overflow in memchr
[glibc.git]
/
include
/
sys
/
file.h
blob
d0cd1f9e15f7c7a4d5a045e5aa6b658415ae0908
1
#ifndef _SYS_FILE_H
2
#include <misc/sys/file.h>
3
4
# ifndef _ISOMAC
5
6
/* Now define the internal interfaces. */
7
extern
int
__flock
(
int
__fd
,
int
__operation
);
8
9
# endif
/* !_ISOMAC */
10
#endif