diff options
Diffstat (limited to 'tsd.c')
-rw-r--r-- | tsd.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -26,10 +26,6 @@ #include "pthread.h" #include "implement.h" -/* - * Code contributed by John E. Bossom <JEB>. - */ - int pthread_key_create (pthread_key_t * key, void (*destructor) (void *)) /* @@ -324,5 +320,3 @@ pthread_getspecific (pthread_key_t key) return (TlsGetValue (key->key)); } -/* </JEB> */ - |