diff options
author | rpj <rpj> | 2005-05-18 05:23:26 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-18 05:23:26 +0000 |
commit | 2531397c796d14f5fb934ae3fcf3c5327bd41bc9 (patch) | |
tree | 1b45cdcf0241a0cc57782c0f3a2e4645c12fdd62 | |
parent | d156c0b2012b1374a3dbbf5faac7fc7fbef9bc4d (diff) |
''
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -38,6 +38,15 @@ modify assoc management. * pthread_key_delete.c: Modify assoc management. * ptw32_tkAssocDestroy.c: Fix error in assoc removal from chains. + * pthread.h + (_POSIX_THREAD_DESTRUCTOR_ITERATIONS): Define to value specified by + POSIX. + (_POSIX_THREAD_KEYS_MAX): Define to value specified by POSIX. + (PTHREAD_KEYS_MAX): Redefine [upward] to minimum required by POSIX. + (SEM_NSEMS_MAX): Define to implementation value. + (SEM_VALUE_MAX): Define to implementation value. + (_POSIX_SEM_NSEMS_MAX): Redefine to value specified by POSIX. + (_POSIX_SEM_VALUE_MAX): Redefine to value specified by POSIX. 2005-05-06 Ross Johnson <ross at callisto.canberra.edu.au> |