diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2017-07-30 19:48:31 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2017-07-30 19:48:31 +0000 |
commit | 84e4a5cd35e7c860300b156e743d0037a82c6f28 (patch) | |
tree | 85692b8c985090e30927db60ac951b09d4d4317f /lib | |
parent | dac5c6d07e39a0199bdb3169b945212bcd62d92b (diff) |
disable post fork checks for now, too much turbulence in the air
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) |