From: Roland McGrath Date: Mon, 13 Jan 2003 03:42:08 +0000 (+0000) Subject: 2003-01-12 Roland McGrath X-Git-Tag: upstream/2.30~20275 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2674e3c6fc3d2a1279b0e31877f90a22a523504c;p=external%2Fglibc.git 2003-01-12 Roland McGrath * include/fcntl.h: Declare __libc_creat. --- diff --git a/include/fcntl.h b/include/fcntl.h index 897fd60..b2c3812 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -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, ...);