From 3d53957913ab331dbdecaa2587d9aafd07d88eac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Dec 2002 23:29:41 +0000 Subject: Update 2002-12-18 Jakub Jelinek * 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. --- linuxthreads/sysdeps/pthread/flockfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/pthread/flockfile.c') diff --git a/linuxthreads/sysdeps/pthread/flockfile.c b/linuxthreads/sysdeps/pthread/flockfile.c index a90215cc1f..918cb84f61 100644 --- a/linuxthreads/sysdeps/pthread/flockfile.c +++ b/linuxthreads/sysdeps/pthread/flockfile.c @@ -30,4 +30,4 @@ __flockfile (stream) _IO_lock_lock (*stream->_lock); } strong_alias (__flockfile, _IO_flockfile) -strong_alias (__flockfile, flockfile) +weak_alias (__flockfile, flockfile) -- cgit v1.2.3-70-g09d2