From bf4970a3a00d268787709507a5afc45db4dc6b2e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 1999 05:52:13 +0000 Subject: [PATCH] (__libc_open64): Fix typo. --- sysdeps/posix/open64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2