aboutsummaryrefslogtreecommitdiffstats
path: root/usr/include/sys/file.h
blob: 7b580f36672df3852920f1daa92d12e42b93e4e4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_FILE_H
#define _SYS_FILE_H

/* LOCK_ definitions */
#include <fcntl.h>

__extern int flock(int, int);

#endif /* _SYS_FILE_H */