glibc/linuxthreads/sysdeps
Ulrich Drepper a85d5c8060 Update.
2000-07-06  Ulrich Drepper  <drepper@redhat.com>

	* condvar.c: Implement pthread_condattr_getpshared and
	pthread_condattr_setpshared.
	* mutex.c: Implement pthread_mutexattr_getpshared and
	 pthread_mutexattr_setpshared.
	* Versions: Export new functions.
	* sysdeps/pthread/pthread.h: Add prototypes for new functions.

	* rwlock.c (pthread_rwlockattr_init): Use PTHREAD_PROCESS_PRIVATE.
	(pthread_rwlockattr_setpshared): Fail if PTHREAD_PROCESS_PRIVATE
	is not selected.
2000-07-06 22:01:12 +00:00
..
alpha Update. 2000-05-25 06:15:25 +00:00
arm Update. 2000-05-25 06:15:25 +00:00
i386 Update. 2000-06-21 05:54:40 +00:00
m68k Update. 2000-05-25 06:15:25 +00:00
mips * sysdeps/mips/pspinlock.c: Implement spinlocks. 2000-05-31 12:21:21 +00:00
powerpc * sysdeps/powerpc/pspinlock.c (__pthread_spin_lock): Implement. (__pthread_spin_trylock): Implement. (__pthread_spin_unlock): Implement. (__pthread_spin_init): Implement. (__pthread_spin_destroy): Implement. 2000-06-12 07:00:35 +00:00
pthread Update. 2000-07-06 22:01:12 +00:00
sh Update. 2000-06-12 20:50:37 +00:00
sparc Update. 2000-06-04 16:39:33 +00:00
unix/sysv/linux Update. 2000-06-21 04:35:29 +00:00