diff options
author | rpj <rpj> | 2011-02-27 02:14:29 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-02-27 02:14:29 +0000 |
commit | 8d8b70b209a1a973026f0ccf4e9aec3d25501791 (patch) | |
tree | f1d1701c4808a3c53d1ede9e5eb05f8f45bc437d | |
parent | 028341171af582246b1703ec4882e277e2dd98d4 (diff) |
Updated conformance section
-rw-r--r-- | ANNOUNCE | 27 |
1 files changed, 18 insertions, 9 deletions
@@ -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: |