]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__libc_open64): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:52:13 +0000 (05:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Dec 1999 05:52:13 +0000 (05:52 +0000)
sysdeps/posix/open64.c

index 6e37b75236a6a4511edceb6f307d7063b777cbc8..fba30a6ff7437b1eb2bd357abcce81071bc78d59 100644 (file)
@@ -24,7 +24,7 @@
 int
 __libc_open64 (const char *file, int oflag, ...)
 {
-  int mode = ;
+  int mode = 0;
 
   if (oflag & O_CREAT)
     {