diff options
author | Greg McGary <greg@mcgary.org> | 2000-06-28 19:44:22 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 2000-06-28 19:44:22 +0000 |
commit | 1efd15e33783db0de097a84772d78c4f2afb5ec6 (patch) | |
tree | f9158f559f493da7f9fe6e00eb2bc40003e81537 /linuxthreads/ChangeLog | |
parent | 392ac9698469dbf25826fa8dcd21811dd8abe5e8 (diff) | |
download | glibc-1efd15e33783db0de097a84772d78c4f2afb5ec6.tar.gz glibc-1efd15e33783db0de097a84772d78c4f2afb5ec6.tar.xz glibc-1efd15e33783db0de097a84772d78c4f2afb5ec6.zip |
* weaks.c: Wrap BP_SYM () around weak extern declarations of
pthread functions that have pointers in their return+arg signatures. 2000-06-28 Greg McGary <greg@mcgary.org> * weaks.c: Wrap BP_SYM () around weak extern declarations of pthread functions that have pointers in their return+arg signatures. * sysdeps/pthread/bits/libc-lock.h: Wrap BP_SYM () around weak extern declarations of pthread functions that have pointers in their return+arg signatures.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 74eeabaf8a..957085c553 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,8 +1,13 @@ +2000-06-28 Greg McGary <greg@mcgary.org> + + * weaks.c: Wrap BP_SYM () around weak extern declarations of + pthread functions that have pointers in their return+arg signatures. + 2000-06-27 Greg McGary <greg@mcgary.org> - * sysdeps/pthread/bits/libc-lock.h: - Wrap BP_SYM () around weak extern declarations of pthread - functions that have pointers in their return+arg signatures. + * sysdeps/pthread/bits/libc-lock.h: Wrap BP_SYM () around weak + extern declarations of pthread functions that have pointers in + their return+arg signatures. 2000-06-26 Ulrich Drepper <drepper@redhat.com> |