blob: 875ee18c427f8fe7a5612f80689ae8ca8426c8c0 [file] [log] [blame]
/* libc/sys/linux/sys/file.h - BSD compatibility */
/* Written 2000 by Werner Almesberger */
#ifndef _SYS_FILE_H
#define _SYS_FILE_H
#include <sys/fcntl.h>
int flock(int fd,int operation);
#endif