From 8f0302ee6720d9cc86186fa29e939c6e0dfde775 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 24 Jan 1999 17:29:18 +0000 Subject: Update. * libio/iofopen.c (_IO_fopen): Pass correct value as fourth parameter to _IO_file_fopen. * libio/iofopen64.c (_IO_fopen64): Likewise. --- libio/iofopen64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libio/iofopen64.c') diff --git a/libio/iofopen64.c b/libio/iofopen64.c index f5e799466d..b071a0e160 100644 --- a/libio/iofopen64.c +++ b/libio/iofopen64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU IO Library. This library is free software; you can redistribute it and/or @@ -53,7 +53,7 @@ _IO_fopen64 (filename, mode) #if !_IO_UNIFIED_JUMPTABLES new_f->fp.vtable = NULL; #endif - if (_IO_file_fopen (&new_f->fp.file, filename, mode, 1) != NULL) + if (_IO_file_fopen (&new_f->fp.file, filename, mode, 0) != NULL) return &new_f->fp.file; _IO_un_link (&new_f->fp.file); free (new_f); -- cgit v1.2.3