glibc/linuxthreads/sysdeps/pthread
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
..
bits * sysdeps/pthread/bits/libc-lock.h: Remove BP_SYM from 2000-07-04 18:44:25 +00:00
getcpuclockid.c Update. 2000-04-13 07:30:27 +00:00
Makefile Update. 2000-06-13 21:48:25 +00:00
posix-timer.h Update. 2000-06-20 00:34:21 +00:00
pthread.h Update. 2000-07-06 22:01:12 +00:00
semaphore.h Update. 1998-09-06 23:45:24 +00:00
Subdirs Update. 1999-10-08 17:16:17 +00:00
timer_create.c Update. 2000-06-21 04:35:29 +00:00
timer_delete.c Update. 2000-06-21 04:35:29 +00:00
timer_getoverr.c Update. 2000-06-20 00:34:21 +00:00
timer_gettime.c Update. 2000-06-20 00:34:21 +00:00
timer_routines.c * sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset 2000-06-21 10:38:25 +00:00
timer_settime.c Update. 2000-06-20 00:34:21 +00:00
tst-timer.c (main): Rewrite initializers to avoid warnings. 2000-06-09 06:09:51 +00:00