aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/linux/sys/file.h
blob: 875ee18c427f8fe7a5612f80689ae8ca8426c8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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