chiark / gitweb /
[PATCH] sync with latest version of klibc (0.107)
[elogind.git] / klibc / klibc / include / fcntl.h
1 /*
2  * fcntl.h
3  */
4
5 #ifndef _FCNTL_H
6 #define _FCNTL_H
7
8 #include <sys/types.h>
9 #include <linux/fcntl.h>
10
11 #endif /* _FCNTL_H */