about summary refs log tree commit diff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-18 23:29:41 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-18 23:29:41 +0000
commit3d53957913ab331dbdecaa2587d9aafd07d88eac (patch)
tree89fc508bd8c0dfcb87a221a15ec837685322dac6 /nptl/Versions
parent99326cd47fc57a33dfdf6b8b12357a9d9c192549 (diff)
downloadglibc-3d53957913ab331dbdecaa2587d9aafd07d88eac.tar.gz
glibc-3d53957913ab331dbdecaa2587d9aafd07d88eac.tar.xz
glibc-3d53957913ab331dbdecaa2587d9aafd07d88eac.zip
Update
2002-12-18  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/pthread/flockfile.c (flockfile): Change into weak alias.
	* sysdeps/unix/sysv/linux/raise.c (gsignal): Add weak alias to raise.
	* Versions [libc: GLIBC_2.0]: Add pthread_attr_init.
	[libpthread: GLIBC_2.1]: Remove __pthread_rwlock_init,
	__pthread_rwlock_destroy, __pthread_rwlock_rdlock,
	__pthread_rwlock_wrlock, __pthread_rwlock_unlock,
	__pthread_rwlock_tryrdlock and __pthread_rwlock_trywrlock.
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions6
1 files changed, 1 insertions, 5 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 488ea2ebe7..b9de74afd9 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -1,6 +1,6 @@
 libc {
   GLIBC_2.0 {
-    pthread_attr_destroy;
+    pthread_attr_destroy; pthread_attr_init;
     pthread_attr_getdetachstate; pthread_attr_setdetachstate;
     pthread_attr_getinheritsched; pthread_attr_setinheritsched;
     pthread_attr_getschedparam; pthread_attr_setschedparam;
@@ -116,10 +116,6 @@ libpthread {
     pthread_rwlock_rdlock; pthread_rwlock_wrlock; pthread_rwlock_unlock;
     pthread_rwlock_tryrdlock; pthread_rwlock_trywrlock;
 
-    __pthread_rwlock_init; __pthread_rwlock_destroy;
-    __pthread_rwlock_rdlock; __pthread_rwlock_wrlock; __pthread_rwlock_unlock;
-    __pthread_rwlock_tryrdlock; __pthread_rwlock_trywrlock;
-
     pthread_rwlockattr_init; pthread_rwlockattr_destroy;
     pthread_rwlockattr_getpshared; pthread_rwlockattr_setpshared;
     pthread_rwlockattr_getkind_np; pthread_rwlockattr_setkind_np;