diff options
Diffstat (limited to 'libio/oldiofopen.c')
-rw-r--r-- | libio/oldiofopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/oldiofopen.c b/libio/oldiofopen.c index cc7c34282c..ce6a33d624 100644 --- a/libio/oldiofopen.c +++ b/libio/oldiofopen.c @@ -51,7 +51,7 @@ _IO_old_fopen (const char *filename, const char *mode) #endif _IO_old_init (&new_f->fp.file._file, 0); _IO_JUMPS_FILE_plus (&new_f->fp) = &_IO_old_file_jumps; - _IO_old_file_init ((struct _IO_FILE_plus *) &new_f->fp); + _IO_old_file_init_internal ((struct _IO_FILE_plus *) &new_f->fp); #if !_IO_UNIFIED_JUMPTABLES new_f->fp.vtable = NULL; #endif |