summaryrefslogtreecommitdiff
path: root/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sync.c')
-rw-r--r--sync.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sync.c b/sync.c
index fd66065..ac4c11f 100644
--- a/sync.c
+++ b/sync.c
@@ -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> */
-
-
-