diff options
Diffstat (limited to 'sync.c')
-rw-r--r-- | sync.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -27,10 +27,6 @@ #include "pthread.h" #include "implement.h" -/* - * Code contributed by John E. Bossom <JEB>. - */ - int pthread_detach (pthread_t tid) /* @@ -158,7 +154,3 @@ pthread_join (pthread_t thread, void **value_ptr) } /* pthread_join */ -/* </JEB> */ - - - |