diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-29 15:18:46 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-29 15:18:46 +0000 |
| commit | 3cf3c5d9ddb2edd1033c0b8e612096b8b35b3bb4 (patch) | |
| tree | f20b5cb25cf94c494095050b1f52676e7efd71f7 /lib/libpthread/thread/thr_fork.c | |
| parent | 956d3333cadea27513348a7718e9cfd5c26e9ba0 (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 93d4a6869e5d..155416e2ec3a 100644 --- a/lib/libpthread/thread/thr_fork.c +++ b/lib/libpthread/thread/thr_fork.c @@ -62,7 +62,7 @@ fork(void) _thread_sys_close(_thread_kern_pipe[1]); /* Reset signals pending for the running thread: */ - _thread_run->sigpend = 0; + sigemptyset(&_thread_run->sigpend); /* * Create a pipe that is written to by the signal handler to |
