mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2001-02-05 Andreas Jaeger <aj@suse.de> * io/fcntl.h: Move __fcntl and __open to... * include/fcntl.h: ...here.
This commit is contained in:
@ -6,5 +6,7 @@ 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, ...);
|
||||
extern int __open (__const char *__file, int __oflag, ...);
|
||||
extern int __fcntl (int __fd, int __cmd, ...) __THROW;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user