diff options
| author | rpj <rpj> | 1998-07-23 17:12:12 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 1998-07-23 17:12:12 +0000 | 
| commit | 63ed0e78ffb72a9f425928344355c2159830b5af (patch) | |
| tree | 391078160e36b786d62c3505fd2c410607924f79 /PROGRESS | |
| parent | 5b4731d25e148347d190d8ceb5f3f7aa2a7dac86 (diff) | |
Fri Jul 24 03:00:25 1998  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>
	* attr.c (pthread_attr_destroy):  Fix merge conflicts.
	(pthread_attr_getdetachstate):  Fix merge conflicts.
	(pthread_attr_setdetachstate):  Fix merge conflicts.
	* pthread.h:  Fix merge conflicts.
	* sync.c (pthread_join): Fix merge conflicts.
Diffstat (limited to 'PROGRESS')
| -rw-r--r-- | PROGRESS | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -1,4 +1,4 @@ -Last updated: $Date: 1998/07/23 16:00:12 $ +Last updated: $Date: 1998/07/23 17:12:12 $  Completion:	54 out of 61 functions	[ 88%] @@ -38,7 +38,7 @@ no.	name					status  29	pthread_cond_timedwait			*  30	pthread_cond_wait			*  31	pthread_create				* -32	pthread_detach +32	pthread_detach				*  33	pthread_equal				*  34	pthread_exit				*  35	pthread_getschedparam			* @@ -66,5 +66,5 @@ no.	name					status  57	pthread_setcanceltype			*	  58	pthread_setschedparam			*  59	pthread_setspecific			* -60	pthread_sigmask +60	pthread_sigmask				  61	pthread_testcancel | 
