blob: d0cd1f9e15f7c7a4d5a045e5aa6b658415ae0908 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _SYS_FILE_H
#include <misc/sys/file.h>
# ifndef _ISOMAC
/* Now define the internal interfaces. */
extern int __flock (int __fd, int __operation);
# endif /* !_ISOMAC */
#endif
|