about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-03 07:37:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-03 07:37:59 +0000
commit56421b23d7d20f0278ddbe2091cc05a320748e58 (patch)
tree676d2d27aa76460890feeb54e084a1e07b8e6445 /nptl/ChangeLog
parent64b5b3b12b93b54abc35c400934af3d92839200c (diff)
downloadglibc-56421b23d7d20f0278ddbe2091cc05a320748e58.tar.gz
glibc-56421b23d7d20f0278ddbe2091cc05a320748e58.tar.xz
glibc-56421b23d7d20f0278ddbe2091cc05a320748e58.zip
Update.
2003-07-03  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/pthread/librt-cancellation.c (__pthread_unwind): Remove
	definition.
	* pthreadP.h (__pthread_unwind): Add hidden_proto if used in
	libpthread compilation.
	* unwind.c (__pthread_unwind): Add hidden_def.
	* Versions (libpthread) [GLIBC_PRIVATE]: Add __pthread_unwind.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 82034f8d5d..0b016b095f 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,12 @@
+2003-07-03  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/pthread/librt-cancellation.c (__pthread_unwind): Remove
+	definition.
+	* pthreadP.h (__pthread_unwind): Add hidden_proto if used in
+	libpthread compilation.
+	* unwind.c (__pthread_unwind): Add hidden_def.
+	* Versions (libpthread) [GLIBC_PRIVATE]: Add __pthread_unwind.
+
 2003-07-01  Ulrich Drepper  <drepper@redhat.com>
 
 	* libc-cancellation.c (__libc_cleanup_routine): Define.