On Fri, May 29, 2015 at 07:37:32AM +0000, Emmanuel Dreyfus wrote: > Module Name: src > Committed By: manu > Date: Fri May 29 07:37:32 UTC 2015 > > Modified Files: > src/include: limits.h > src/lib/libpthread: pthread.c pthread_int.h pthread_key_create.3 > pthread_tsd.c > src/lib/libpthread_dbg: pthread_dbg.c > > Log Message: > Make PTHREAD_KEYS_MAX dynamically adjustable
It would have been more correct to say "adjustable at process creation time" or so, a running process can't change it. Joerg