Welcome to mirror list, hosted at ThFree Co, Russian Federation.

file.h « sys « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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