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

#include <sys/cdefs.h>

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

#endif	/* _SYS_FILE_H */