summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-01-02 00:27:30 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-01-02 00:27:30 +0000
commitabb0f21d58402042bd3bb9b475b0d651e0d29c29 (patch)
tree4a4c7f3363b15ed53f462fbccb2d8eae2398bf7b /lib/libpthread
parent19ae5b3d7140b1829c5b7217852c24eb2eb372ae (diff)
downloadFreeBSD-src-abb0f21d58402042bd3bb9b475b0d651e0d29c29.zip
FreeBSD-src-abb0f21d58402042bd3bb9b475b0d651e0d29c29.tar.gz
Fix a typo.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/thread/thr_sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sig.c b/lib/libpthread/thread/thr_sig.c
index a817371..b19745c 100644
--- a/lib/libpthread/thread/thr_sig.c
+++ b/lib/libpthread/thread/thr_sig.c
@@ -466,7 +466,7 @@ thr_sig_invoke_handler(struct pthread *curthread, int sig, siginfo_t *info,
ucp->uc_sigmask = sigmask;
shi.sigfunc = sigfunc;
shi.sig = sig;
- shi.sa_flags = sig;
+ shi.sa_flags = sa_flags;
shi.info = info;
shi.ucp = ucp;
/*
OpenPOWER on IntegriCloud