mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
Declare __libc_fcntl.
Move __libc_open and __libc_open64 to here.
This commit is contained in:
parent
6154bf4170
commit
820aa71c42
@ -3,4 +3,7 @@
|
|||||||
|
|
||||||
/* Now define the internal interfaces. */
|
/* Now define the internal interfaces. */
|
||||||
extern int __open64 __P ((__const char *__file, int __oflag, ...));
|
extern int __open64 __P ((__const char *__file, int __oflag, ...));
|
||||||
|
extern int __libc_open64 __P ((const char *file, int oflag, ...));
|
||||||
|
extern int __libc_open __P ((const char *file, int oflag, ...));
|
||||||
|
extern int __libc_fcntl __P ((int fd, int cmd, ...));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user