source: trunk/libs/newlib/src/newlib/libc/sys/linux/sys/file.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 202 bytes
Line 
1/* libc/sys/linux/sys/file.h - BSD compatibility */
2
3/* Written 2000 by Werner Almesberger */
4
5
6#ifndef _SYS_FILE_H
7#define _SYS_FILE_H
8
9#include <sys/fcntl.h>
10
11int flock(int fd,int operation);
12
13#endif
Note: See TracBrowser for help on using the repository browser.