summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2003-01-26 22:05:13 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2003-01-26 22:05:13 +0000
commit29e377eee8b4c662c4a896b091afc22314e4ad7b (patch)
treeb2f2446e2ddf769f00df7c7665cd54212c46a0af /regress/lib
parent1d9ac7fc4afffdc11fb34f19082b17a37a807a00 (diff)
remove bogus comment
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libpthread/preemption/preemption.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/regress/lib/libpthread/preemption/preemption.c b/regress/lib/libpthread/preemption/preemption.c
index 5224630a918..fad95636763 100644
--- a/regress/lib/libpthread/preemption/preemption.c
+++ b/regress/lib/libpthread/preemption/preemption.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: preemption.c,v 1.2 2001/09/20 16:43:15 todd Exp $ */
+/* $OpenBSD: preemption.c,v 1.3 2003/01/26 22:05:12 marc Exp $ */
/*
* Copyright (c) 1993, 1994, 1995, 1996 by Chris Provenzano and contributors,
* proven@mit.edu All rights reserved.
@@ -32,15 +32,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* ==== test_pthread_cond.c =========================================
- * Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu
- *
- * Description : Test pthread_cond(). Run this after test_create()
- *
- * 1.23 94/05/04 proven
- * -Started coding this file.
- */
-
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>