summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2011-02-27 02:14:29 +0000
committerrpj <rpj>2011-02-27 02:14:29 +0000
commit8d8b70b209a1a973026f0ccf4e9aec3d25501791 (patch)
treef1d1701c4808a3c53d1ede9e5eb05f8f45bc437d
parent028341171af582246b1703ec4882e277e2dd98d4 (diff)
Updated conformance section
-rw-r--r--ANNOUNCE27
1 files changed, 18 insertions, 9 deletions
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: