about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-07-04 18:44:25 +0000
committerGreg McGary <greg@mcgary.org>2000-07-04 18:44:25 +0000
commit66c5b9aace3c8a3cd7a6d43005118c345dd0dc78 (patch)
treec253cc0a85debc03f90dccfc6f2a442223cbd073 /linuxthreads/ChangeLog
parent3248e3a326e04320d0fdecba70be17d4f13bfb27 (diff)
downloadglibc-66c5b9aace3c8a3cd7a6d43005118c345dd0dc78.tar.gz
glibc-66c5b9aace3c8a3cd7a6d43005118c345dd0dc78.tar.xz
glibc-66c5b9aace3c8a3cd7a6d43005118c345dd0dc78.zip
* sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from
pragmas.  Include bp-sym.h only if _LIBC.
2000-07-04  Greg McGary  <greg@mcgary.org>

	* sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from
	pragmas.  Include bp-sym.h only if _LIBC.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 323de8ec51..fa823bce4f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-04  Greg McGary  <greg@mcgary.org>
+
+	* sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from
+	pragmas.  Include bp-sym.h only if _LIBC.
+
 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
 
 	* spinlock.c (__pthread_unlock): Properly place write barrier.