aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-06-28 19:44:22 +0000
committerGreg McGary <greg@mcgary.org>2000-06-28 19:44:22 +0000
commit1efd15e33783db0de097a84772d78c4f2afb5ec6 (patch)
treef9158f559f493da7f9fe6e00eb2bc40003e81537 /linuxthreads/ChangeLog
parent392ac9698469dbf25826fa8dcd21811dd8abe5e8 (diff)
downloadglibc-1efd15e33783db0de097a84772d78c4f2afb5ec6.tar
glibc-1efd15e33783db0de097a84772d78c4f2afb5ec6.tar.gz
glibc-1efd15e33783db0de097a84772d78c4f2afb5ec6.tar.bz2
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/ChangeLog11
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>