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 dac424ac53..a90a60168b 100644 --- a/libio/oldiofopen.c +++ b/libio/oldiofopen.c @@ -52,7 +52,7 @@ _IO_old_fopen (filename, mode) new_f->fp.file._file._lock = &new_f->lock; #endif _IO_old_init (&new_f->fp.file._file, 0); - _IO_JUMPS ((struct _IO_FILE_plus *) &new_f->fp) = &_IO_old_file_jumps; + _IO_JUMPS_FILE_plus (&new_f->fp) = &_IO_old_file_jumps; _IO_old_file_init ((struct _IO_FILE_plus *) &new_f->fp); #if !_IO_UNIFIED_JUMPTABLES new_f->fp.vtable = NULL; |