summaryrefslogtreecommitdiff
path: root/include/fcntl.h
blob: fae0beb064224592136fd99a9eabc3257b67f9d9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _FCNTL_H
#include <io/fcntl.h>

/* Now define the internal interfaces.  */
extern int __open64 (__const char *__file, int __oflag, ...);
extern int __libc_open64 (const char *file, int oflag, ...);
extern int __libc_open (const char *file, int oflag, ...);
extern int __libc_fcntl (int fd, int cmd, ...);

#endif