diff options
| author | rpj <rpj> | 2005-05-18 05:22:50 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-05-18 05:22:50 +0000 | 
| commit | a10f66e68253f8296ea624ebc6b55cd75cd0ba79 (patch) | |
| tree | e43f12b363055e74ccb6541f2d152107d8e47d71 | |
| parent | b14baddf5c12de91219a3872b4c733399636f1a6 (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> | 
