summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_fork.c
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-03-22 04:13:23 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-03-22 04:13:23 +0000
commit0122d6226451dd1694fad115945637430a1e877b (patch)
treee98c1a0f92f09412f0ca005cb43592aa77537fd5 /lib/libpthread/thread/thr_fork.c
parent23e877a8e16114c66e6e697e6faf06ca0089679c (diff)
Notes
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 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);