diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-24 13:51:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-24 13:51:51 +0000 |
commit | 7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526 (patch) | |
tree | 0b5f47e46d6a89c7bcb0625a22d0c10201e5ddf7 /ChangeLog | |
parent | 50a1b8375ed4d08f73edee842644a6e61cc2326a (diff) | |
download | glibc-7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526.tar glibc-7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526.tar.gz glibc-7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526.tar.bz2 glibc-7a3bfc4ef45ec886010b63ba6ba4a7029b1cd526.zip |
Update.
1998-09-24 Mark Kettenis <kettenis@phys.uva.nl>
* sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
_sys_siglist. [!HAVE_GNU_LD]: Do not define _sys_siglist as
sys_siglist. This is handled correctly by the weak_alias macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1998-09-24 Mark Kettenis <kettenis@phys.uva.nl> + + * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for + _sys_siglist. [!HAVE_GNU_LD]: Do not define _sys_siglist as + sys_siglist. This is handled correctly by the weak_alias macro. + 1998-09-24 Ulrich Drepper <drepper@cygnus.com> * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition |