1
0
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:
Andreas Jaeger
2000-09-05 08:31:52 +00:00
parent 379ed35144
commit d3d726ab8f
42 changed files with 4 additions and 14 deletions

View File

@ -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