summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/file.h
blob: cf2c743051d9ae2cd04c58bc44197ec273401104 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SYS_FILE_H
#define _SYS_FILE_H

#include <sys/cdefs.h>
#include <fcntl.h>

extern int fcntl(int fd, int cmd, ...) __THROW;
extern int flock(int fd, int operation) __THROW;

#endif	/* _SYS_FILE_H */