diff options
| author | bje <bje> | 1998-07-23 15:33:12 +0000 | 
|---|---|---|
| committer | bje <bje> | 1998-07-23 15:33:12 +0000 | 
| commit | 77116f1ab96c37848c06f23188fea4009be92ae3 (patch) | |
| tree | 277eb6df217fd19598a5e97ed9602026e76e3060 | |
| parent | 0ba364704bfefa10a17bdadb98e7fdc14a65a53b (diff) | |
Updated.
| -rw-r--r-- | PROGRESS | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -37,7 +37,7 @@ no.	name					status  32	pthread_detach  33	pthread_equal				*  34	pthread_exit				* -35	pthread_getschedparam +35	pthread_getschedparam			*  36	pthread_getspecific			*  37	pthread_join				*  38	pthread_key_create			* @@ -58,9 +58,9 @@ no.	name					status  53	pthread_mutex_unlock			*  54	pthread_once				*  55	pthread_self				* -56	pthread_setcancelstate			 -57	pthread_setcanceltype			 -58	pthread_setschedparam +56	pthread_setcancelstate			*	 +57	pthread_setcanceltype			*	 +58	pthread_setschedparam			*  59	pthread_setspecific			*  60	pthread_sigmask  61	pthread_testcancel | 
