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

@ -1,3 +1,7 @@
2000-09-21 Andreas Jaeger <aj@suse.de>
* libio/oldiofsetpos64.c: Fix alias names.
2000-09-21 Martin Buchholz <martin@xemacs.org>
* manual/terminal.texi (Allocation): Sample code correction.

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