diff options
author | rpj <rpj> | 2005-05-19 05:19:27 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-19 05:19:27 +0000 |
commit | ca6c01439b4b727acb513fa1725bf93543556b9a (patch) | |
tree | 27d201a00bb08dba82fd7174a8a02aad698614d9 | |
parent | cdc4d59173d6f4456222f50256d6d2f210e2b48a (diff) |
''
-rw-r--r-- | ANNOUNCE | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -90,16 +90,20 @@ The following POSIX 1003.1 2001 options are defined and set to -1: _POSIX_THREAD_PROCESS_SHARED -The following POSIX 1003.1 2001 options are defined and set: +The following POSIX 1003.1 2001 limits are defined and set: _POSIX_THREAD_THREADS_MAX _POSIX_SEM_VALUE_MAX _POSIX_SEM_NSEMS_MAX - PTHREAD_DESTRUCTOR_ITERATIONS - PTHREAD_KEYS_MAX + _POSIX_THREAD_KEYS_MAX + _POSIX_THREAD_DESTRUCTOR_ITERATIONS PTHREAD_STACK_MIN PTHREAD_THREADS_MAX - + SEM_VALUE_MAX + SEM_NSEMS_MAX + PTHREAD_KEYS_MAX + PTHREAD_DESTRUCTOR_ITERATIONS + The following functions are implemented: |