summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_sigpending.c
diff options
context:
space:
mode:
authorJonathan Mini <mini@FreeBSD.org>2003-02-17 10:05:18 +0000
committerJonathan Mini <mini@FreeBSD.org>2003-02-17 10:05:18 +0000
commitfaa8342f9f1693c64e42b92c2fbbff1c3597d269 (patch)
treec24155922d6dce25dde63eab941dbc318206ebdf /lib/libpthread/thread/thr_sigpending.c
parent96d7f8ef4663a90a8826c0b5ab56e9036dcb8506 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sigpending.c')
-rw-r--r--lib/libpthread/thread/thr_sigpending.c2
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);