mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Update.
2000-09-21 Andreas Jaeger <aj@suse.de> * libio/oldiofsetpos64.c: Fix alias names.
This commit is contained in:
parent
14e243ce43
commit
980d808162
@ -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>
|
2000-09-21 Martin Buchholz <martin@xemacs.org>
|
||||||
|
|
||||||
* manual/terminal.texi (Allocation): Sample code correction.
|
* manual/terminal.texi (Allocation): Sample code correction.
|
||||||
|
@ -62,8 +62,8 @@ _IO_old_fsetpos64 (fp, posp)
|
|||||||
|
|
||||||
#ifdef weak_alias
|
#ifdef weak_alias
|
||||||
compat_symbol (libc, _IO_old_fsetpos64, _IO_fsetpos64, GLIBC_2_1);
|
compat_symbol (libc, _IO_old_fsetpos64, _IO_fsetpos64, GLIBC_2_1);
|
||||||
strong_alias (_IO_fsetpos64, __old_fsetpos64)
|
strong_alias (_IO_old_fsetpos64, __old_fsetpos64)
|
||||||
compat_symbol (libc, __old_fsetpos64, _IO_fsetpos64, GLIBC_2_1);
|
compat_symbol (libc, __old_fsetpos64, fsetpos64, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user