diff options
Diffstat (limited to 'create.c')
-rw-r--r-- | create.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -27,10 +27,6 @@ #include "pthread.h" #include "implement.h" -/* - * Code contributed by John E. Bossom <JEB>. - */ - int pthread_create (pthread_t * tid, const pthread_attr_t * attr, @@ -168,5 +164,3 @@ FAIL0: } /* pthread_create */ -/* </JEB> */ - |