Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/lib/libpthread/fork update comment to match code, po...
details: https://anonhg.NetBSD.org/src/rev/49a84dcdfdce
branches: trunk
changeset: 545593:49a84dcdfdce
user: lha <lha%NetBSD.org@localhost>
date: Fri Apr 11 12:56:25 2003 +0000
description:
update comment to match code, pointed out by Nick Hudson <skrll%netbsd.org@localhost>
diffstat:
regress/lib/libpthread/fork/fork.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 76488b09571e -r 49a84dcdfdce regress/lib/libpthread/fork/fork.c
--- a/regress/lib/libpthread/fork/fork.c Fri Apr 11 12:02:09 2003 +0000
+++ b/regress/lib/libpthread/fork/fork.c Fri Apr 11 12:56:25 2003 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: fork.c,v 1.1 2003/04/10 18:50:05 lha Exp $ */
+/* $NetBSD: fork.c,v 1.2 2003/04/11 12:56:25 lha Exp $ */
/*
- * Regression test for sigsuspend in libpthread when pthread lib isn't
- * initialized.
+ * Check that child process doesn't get threads, also make sure sleep
+ * works in child.
*
* Written by Love Hörnquist Åstrand <lha%netbsd.org@localhost>, March 2003.
* Public domain.
Home |
Main Index |
Thread Index |
Old Index