summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_fork.c')
-rw-r--r--lib/libpthread/thread/thr_fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_fork.c b/lib/libpthread/thread/thr_fork.c
index 89d7259..29d6090 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);
OpenPOWER on IntegriCloud