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. --- condvar.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'condvar.c') diff --git a/condvar.c b/condvar.c index 714d642..a77b56a 100644 --- a/condvar.c +++ b/condvar.c @@ -23,10 +23,6 @@ * MA 02111-1307, USA */ -/* - * Code contributed by John E. Bossom . - */ - #include "pthread.h" #include "implement.h" @@ -871,5 +867,4 @@ pthread_cond_broadcast (pthread_cond_t * cond) } -/* */ -- cgit v1.2.3