diff options
Diffstat (limited to 'libio/oldiofdopen.c')
-rw-r--r-- | libio/oldiofdopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/oldiofdopen.c b/libio/oldiofdopen.c index e0d5354..e068ec7 100644 --- a/libio/oldiofdopen.c +++ b/libio/oldiofdopen.c @@ -113,7 +113,7 @@ _IO_old_fdopen (fd, 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; |