diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-03-22 04:13:23 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-03-22 04:13:23 +0000 |
| commit | 0122d6226451dd1694fad115945637430a1e877b (patch) | |
| tree | e98c1a0f92f09412f0ca005cb43592aa77537fd5 /lib/libpthread/thread/thr_fork.c | |
| parent | 23e877a8e16114c66e6e697e6faf06ca0089679c (diff) | |
Notes
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); |
