mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Moved from soft-fp/sysdeps/sparc/sparc32/q_itoq.c
This commit is contained in:
@ -61,9 +61,9 @@ _IO_old_fsetpos64 (fp, posp)
|
||||
}
|
||||
|
||||
#ifdef weak_alias
|
||||
compat_symbol (libc, _IO_old_fsetpos64, _IO_fsetpos64, GLIBC_2_0);
|
||||
compat_symbol (libc, _IO_old_fsetpos64, _IO_fsetpos64, GLIBC_2_1);
|
||||
strong_alias (_IO_fsetpos64, __old_fsetpos64)
|
||||
compat_symbol (libc, __old_fsetpos64, _IO_fsetpos64, GLIBC_2_0);
|
||||
compat_symbol (libc, __old_fsetpos64, _IO_fsetpos64, GLIBC_2_1);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user