1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2000-09-21  Andreas Jaeger  <aj@suse.de>

	* libio/oldiofsetpos64.c: Fix alias names.
This commit is contained in:
Andreas Jaeger
2000-09-21 08:49:04 +00:00
parent 14e243ce43
commit 980d808162
2 changed files with 6 additions and 2 deletions

View File

@ -62,8 +62,8 @@ _IO_old_fsetpos64 (fp, posp)
#ifdef weak_alias
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_1);
strong_alias (_IO_old_fsetpos64, __old_fsetpos64)
compat_symbol (libc, __old_fsetpos64, fsetpos64, GLIBC_2_1);
#endif
#endif