summaryrefslogtreecommitdiff
path: root/include/sys/file.h
blob: c3f0af37108e76d14a4b32689805298defef03fa (plain)
1
2
3
4
5
6
#ifndef _SYS_FILE_H
#include <misc/sys/file.h>

/* Now define the internal interfaces.  */
extern int __flock __P ((int __fd, int __operation));
#endif