diff options
| author | Jonathan Mini <mini@FreeBSD.org> | 2003-02-17 10:05:18 +0000 |
|---|---|---|
| committer | Jonathan Mini <mini@FreeBSD.org> | 2003-02-17 10:05:18 +0000 |
| commit | faa8342f9f1693c64e42b92c2fbbff1c3597d269 (patch) | |
| tree | c24155922d6dce25dde63eab941dbc318206ebdf /lib/libpthread/thread/thr_sigpending.c | |
| parent | 96d7f8ef4663a90a8826c0b5ab56e9036dcb8506 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sigpending.c')
| -rw-r--r-- | lib/libpthread/thread/thr_sigpending.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigpending.c b/lib/libpthread/thread/thr_sigpending.c index 71c677165124..5b3c02f60b20 100644 --- a/lib/libpthread/thread/thr_sigpending.c +++ b/lib/libpthread/thread/thr_sigpending.c @@ -54,7 +54,7 @@ _sigpending(sigset_t *set) } else { *set = curthread->sigpend; - SIGSETOR(*set, _process_sigpending); + SIGSETOR(*set, _thread_sigpending); } /* Return the completion status: */ return (ret); |
