about summary refs log tree commit diff
path: root/include/fcntl.h
blob: 8714d6aa147233d6ea40a7a9f28a856a3085e0b1 (plain) (blame)
1
2
3
4
5
6
#ifndef _FCNTL_H
#include <io/fcntl.h>

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