summaryrefslogtreecommitdiff
path: root/include/fcntl.h
blob: 949c6621fd9d30ea7fd3c9967b7dc34d5b04e9ef (plain)
1
2
3
4
5
6
#ifndef _FCNTL_H
#include <io/fcntl.h>

/* Now define the internal interfaces.  */
extern int __open64 __P ((__const char *__file, int __oflag, ...));
#endif