1#ifndef _SYS_FILE_H
2#include <misc/sys/file.h>
3
4/* Now define the internal interfaces. */
5extern int __flock (int __fd, int __operation);
6#endif
7