From 7477362ce77eb4c8005b68ff64eb0e2a1d675d3f Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 6 Apr 1999 17:57:46 +0000 Subject: Wed Apr 7 09:37:00 1999 Ross Johnson * *.c (comments): Remove individual attributions - these are documented sufficiently elsewhere. * implement.h (pthread.h): Remove extraneous include. --- sync.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sync.c') 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 . - */ - int pthread_detach (pthread_t tid) /* @@ -158,7 +154,3 @@ pthread_join (pthread_t thread, void **value_ptr) } /* pthread_join */ -/* */ - - - -- cgit v1.2.3