about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-23 01:29:14 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-23 01:29:14 +0000
commit3a4f2043a1b1cce35edf588681433720bf2c2374 (patch)
tree8eeb90243fdb83f9c7e2961d5cf0203559bd0711 /nptl/ChangeLog
parent6162364368b2092b2bd7b1ba26366ba9a841787a (diff)
downloadglibc-3a4f2043a1b1cce35edf588681433720bf2c2374.tar.gz
glibc-3a4f2043a1b1cce35edf588681433720bf2c2374.tar.xz
glibc-3a4f2043a1b1cce35edf588681433720bf2c2374.zip
Update.
	* pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden.
	* pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add
	attribute_hidden.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index c6047d3b3b..9a8f0a3800 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,9 @@
 2003-06-22  Ulrich Drepper  <drepper@redhat.com>
 
+	* pthreadP.h: Mark __pthread_mutex_unlock_usercnt also hidden.
+	* pthread_mutex_unlock.c (__pthread_mutex_unlock_usercnt): Add
+	attribute_hidden.
+
 	* pthreadP.h (__pthread_mutex_init_internal): Mark hidden.
 	(__pthread_mutex_lock_internal): Likewise.
 	(__pthread_mutex_unlock_internal): Likewise.