summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/switch/switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libpthread/switch/switch.c')
-rw-r--r--regress/lib/libpthread/switch/switch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libpthread/switch/switch.c b/regress/lib/libpthread/switch/switch.c
index b6d571e78af..4c21eafe392 100644
--- a/regress/lib/libpthread/switch/switch.c
+++ b/regress/lib/libpthread/switch/switch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: switch.c,v 1.1.1.1 2001/08/15 14:37:16 fgsch Exp $ */
+/* $OpenBSD: switch.c,v 1.2 2002/06/16 23:06:53 marc Exp $ */
/*
* Copyright (c) 1993, 1994, 1995, 1996 by Chris Provenzano and contributors,
* proven@mit.edu All rights reserved.
@@ -126,5 +126,6 @@ main(argc, argv)
for (i = 0; i < count; i++)
ASSERT(x[i]); /* make sure each thread ran */
+ CHECKe(write(STDOUT_FILENO, "\n", 1));
SUCCEED;
}