diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-11 00:49:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-11 00:49:28 +0000 |
commit | 9cfd817252c721e049fd26efb5c150208accc81c (patch) | |
tree | d638fc96158718c6b4066326da365d63cf963470 /ChangeLog | |
parent | 75cddafe47966533578464e08eb7113bab3e7719 (diff) | |
download | glibc-9cfd817252c721e049fd26efb5c150208accc81c.tar.gz glibc-9cfd817252c721e049fd26efb5c150208accc81c.tar.xz glibc-9cfd817252c721e049fd26efb5c150208accc81c.zip |
Update.
2002-12-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/sigpause.c: Define all functions as weak. * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of type size_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f7962faaf7..9676832c36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-12-10 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/posix/sigpause.c: Define all functions as weak. + + * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of + type size_t. + 2002-12-10 Jakub Jelinek <jakub@redhat.com> * elf/tst-array1.c (preinit_array, init_array, fini_array): |