update comment to match code, pointed out by Nick Hudson <skrll@netbsd.org>

This commit is contained in:
lha 2003-04-11 12:56:25 +00:00
parent 96af0b754d
commit d0ca3274a2
1 changed files with 3 additions and 3 deletions

View File

@ -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>, March 2003.
* Public domain.