diff options
Diffstat (limited to 'cleanup.c')
-rw-r--r-- | cleanup.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ _pthread_destructor_run_all() for re-use. */ key->status = _PTHREAD_TSD_KEY_REUSE; + _pthread_key_reuse[_pthread_key_reuse_top++] = k; } else { |