summaryrefslogtreecommitdiff
path: root/condvar.c
diff options
context:
space:
mode:
authorrpj <rpj>1999-04-06 17:57:46 +0000
committerrpj <rpj>1999-04-06 17:57:46 +0000
commit7477362ce77eb4c8005b68ff64eb0e2a1d675d3f (patch)
tree0ded6129e5831f4bd94754e6e245094d199372ed /condvar.c
parent451bb0670ddd5f5c0606410f2b5f51733119645d (diff)
Wed Apr 7 09:37:00 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* *.c (comments): Remove individual attributions - these are documented sufficiently elsewhere. * implement.h (pthread.h): Remove extraneous include.
Diffstat (limited to 'condvar.c')
-rw-r--r--condvar.c5
1 files changed, 0 insertions, 5 deletions
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 <JEB>.
- */
-
#include "pthread.h"
#include "implement.h"
@@ -871,5 +867,4 @@ pthread_cond_broadcast (pthread_cond_t * cond)
}
-/* </JEB> */