Update.
[glibc.git] / include / fcntl.h
blobfae0beb064224592136fd99a9eabc3257b67f9d9
1 #ifndef _FCNTL_H
2 #include <io/fcntl.h>
4 /* Now define the internal interfaces. */
5 extern int __open64 (__const char *__file, int __oflag, ...);
6 extern int __libc_open64 (const char *file, int oflag, ...);
7 extern int __libc_open (const char *file, int oflag, ...);
8 extern int __libc_fcntl (int fd, int cmd, ...);
10 #endif