diff options
| author | rpj <rpj> | 2005-05-19 05:18:59 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-05-19 05:18:59 +0000 | 
| commit | 33121c0115dbd27a848d7fc4ed0d42e5a7091c79 (patch) | |
| tree | db90da4f2d79fa84d46976e4abf597366b49ef12 | |
| parent | 33654f95ff2689206f2e5df95de3470f0843395b (diff) | |
''
| -rw-r--r-- | ANNOUNCE | 10 | 
1 files changed, 7 insertions, 3 deletions
| @@ -90,15 +90,19 @@ 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: | 
