mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
2003-01-12 Roland McGrath <roland@redhat.com>
* include/fcntl.h: Declare __libc_creat.
This commit is contained in:
parent
1376cd8c7b
commit
2674e3c6fc
@ -7,6 +7,7 @@ libc_hidden_proto (__open64)
|
||||
extern int __libc_open64 (const char *file, int oflag, ...);
|
||||
extern int __libc_open (const char *file, int oflag, ...);
|
||||
libc_hidden_proto (__libc_open)
|
||||
extern int __libc_creat (const char *file, mode_t mode);
|
||||
extern int __libc_fcntl (int fd, int cmd, ...);
|
||||
libc_hidden_proto (__libc_fcntl)
|
||||
extern int __open (__const char *__file, int __oflag, ...);
|
||||
|
Loading…
Reference in New Issue
Block a user