diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-07 21:30:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-07 21:30:11 +0000 |
commit | 9395e8892d918c4e00b571ae7efeea4b4b7d5e7b (patch) | |
tree | 3e22877897c3ab3dc2b6e10ff503b85329814a11 /ChangeLog | |
parent | 48f6496e3fdb55c66088c5122779d400f2b3ac39 (diff) | |
download | glibc-9395e8892d918c4e00b571ae7efeea4b4b7d5e7b.tar glibc-9395e8892d918c4e00b571ae7efeea4b4b7d5e7b.tar.gz glibc-9395e8892d918c4e00b571ae7efeea4b4b7d5e7b.tar.bz2 glibc-9395e8892d918c4e00b571ae7efeea4b4b7d5e7b.zip |
Update.
* signal/signal.h: Don't declare __libc_allocate_rtsig.
* include/signal.h: Declare __libc_allocate_rtsig here.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-02-07 Ulrich Drepper <drepper@cygnus.com> + * signal/signal.h: Don't declare __libc_allocate_rtsig. + * include/signal.h: Declare __libc_allocate_rtsig here. + * elf/dl-lookup.c: Increment _dl_num_relocations in the four entry point functions, not do_lookup since the later can be called more than once. |