From 5561998d3f57b23914c5a8cc5a07e53492242a3e Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 11 Jun 2001 12:59:34 +0000 Subject: * semaphore.h (sem_t): Fixed for compile and test. * implement.h (sem_t_): Likewise. * semaphore.c: Likewise. * private.c (ptw32_sem_timedwait): Updated to use new opaque sem_t. tests/ * mutex5.c: Insert inert change to quell compiler warnings. * condvar3_2.c: Remove unused variable. --- ANNOUNCE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ANNOUNCE') diff --git a/ANNOUNCE b/ANNOUNCE index 82678a1..b9b4970 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -293,8 +293,8 @@ The following functions are implemented: pthread_attr_setschedparam pthread_getschedparam pthread_setschedparam - pthread_getconcurrency (always returns '0' indicating system default) - pthread_setconcurrency (accepts any value >= 0 but is ignored) + pthread_getconcurrency + pthread_setconcurrency pthread_attr_getscope (returns an error ENOSYS) pthread_attr_setscope (returns an error ENOSYS) sched_get_priority_max (POSIX 1b) -- cgit v1.2.3