From 8d8b70b209a1a973026f0ccf4e9aec3d25501791 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 27 Feb 2011 02:14:29 +0000 Subject: Updated conformance section --- ANNOUNCE | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'ANNOUNCE') diff --git a/ANNOUNCE b/ANNOUNCE index d15d18a..9874931 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -291,18 +291,16 @@ The following functions are implemented: PTHREAD_RWLOCK_INITIALIZER PTHREAD_SPINLOCK_INITIALIZER + +The following functions are not implemented: + --------------------------- - Thread-Safe C Runtime Library (macros) + Mutexes --------------------------- - strtok_r - asctime_r - ctime_r - gmtime_r - localtime_r - rand_r - + pthread_mutexattr_getrobust + pthread_mutexattr_setrobust -The following functions are not implemented: + pthread_mutex_consistent --------------------------- RealTime Scheduling @@ -351,6 +349,17 @@ The following functions are not implemented: --------------------------- sysconf + --------------------------- + Thread-Safe C Runtime Library (macros) + --------------------------- + strtok_r + asctime_r + ctime_r + gmtime_r + localtime_r + rand_r + + The library includes two non-API functions for creating cancellation points in applications and libraries: -- cgit v1.2.3