Check that child process doesn't get threads, also make sure sleep

works in child (fork test, commited some time ago)
This commit is contained in:
lha 2003-05-15 23:00:55 +00:00
parent 3ca42f1c25
commit c95b098f3a

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2003/03/04 18:00:48 thorpej Exp $
# $NetBSD: Makefile,v 1.13 2003/05/15 23:00:55 lha Exp $
.include <bsd.own.mk>
@ -16,7 +16,7 @@ ARCHSUBDIR= ${MACHINE_CPU}
.if defined(ARCHSUBDIR)
SUBDIR+= atexit barrier1 cond1 cond2 cond3 cond4 cond5 \
mutex1 mutex2 mutex3 mutex4 name once1 once2 sem \
fork mutex1 mutex2 mutex3 mutex4 name once1 once2 sem \
sigsuspend
.endif