diff options
Diffstat (limited to 'tsd.c')
-rw-r--r-- | tsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -317,7 +317,7 @@ pthread_getspecific (pthread_key_t key) * the thread, NULL is returned. * * RESULTS - * key value + * key value or NULL on failure * * ------------------------------------------------------ */ |