diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/rthread_fork.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/rthread_fork.c b/lib/librthread/rthread_fork.c index 9ceb05d9157..ea13bdaed57 100644 --- a/lib/librthread/rthread_fork.c +++ b/lib/librthread/rthread_fork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_fork.c,v 1.20 2017/07/27 16:35:08 tedu Exp $ */ +/* $OpenBSD: rthread_fork.c,v 1.21 2017/07/30 19:48:30 tedu Exp $ */ /* * Copyright (c) 2008 Kurt Miller <kurt@openbsd.org> @@ -111,7 +111,7 @@ _dofork(pid_t (*sys_fork)(void)) /* single threaded now */ __isthreaded = 0; - _post_threaded = 1; + _post_threaded = 0; /* notyet... */ } #ifndef NO_PIC else if (_DYNAMIC) |