diff options
Diffstat (limited to 'lib/libpthread/thread/thr_fork.c')
| -rw-r--r-- | lib/libpthread/thread/thr_fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_fork.c b/lib/libpthread/thread/thr_fork.c index 89d725942c78..29d60903a500 100644 --- a/lib/libpthread/thread/thr_fork.c +++ b/lib/libpthread/thread/thr_fork.c @@ -123,7 +123,7 @@ fork(void) } /* Unblock signals: */ - _thread_kern_sig_unblock(&status); + _thread_kern_sig_unblock(status); /* Return the process ID: */ return (ret); |
