From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:52:13 +0000 (+0000) Subject: (__libc_open64): Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf4970a3a00d268787709507a5afc45db4dc6b2e;p=thirdparty%2Fglibc.git (__libc_open64): Fix typo. --- diff --git a/sysdeps/posix/open64.c b/sysdeps/posix/open64.c index 6e37b75236a..fba30a6ff74 100644 --- a/sysdeps/posix/open64.c +++ b/sysdeps/posix/open64.c @@ -24,7 +24,7 @@ int __libc_open64 (const char *file, int oflag, ...) { - int mode = ; + int mode = 0; if (oflag & O_CREAT) {