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