diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2000-10-22 18:35:11 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-10-22 18:35:11 +0000 |
| commit | 2fbba8b1b8bb917a79491c08fa1c533f7d71cfc1 (patch) | |
| tree | 5c9f0ebbb55651f2538637ad11c3c55247ab8f4a /lib/libpthread/thread/thr_sig.c | |
| parent | f90e81f97bfd20354a70f5cccf98f7f19787f47e (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_sig.c')
| -rw-r--r-- | lib/libpthread/thread/thr_sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sig.c b/lib/libpthread/thread/thr_sig.c index 8a9aadf177f6..b2b8c92a9dbf 100644 --- a/lib/libpthread/thread/thr_sig.c +++ b/lib/libpthread/thread/thr_sig.c @@ -1046,7 +1046,7 @@ thread_sigframe_add(pthread_t thread, int sig) (struct pthread_signal_frame *) stackp; thread->curframe = thread->sigframes[thread->sigframe_count]; thread->curframe->stackp = stackp; - thread->curframe->ctxtype = CTX_JB; + thread->curframe->ctxtype = CTX_JB_NOSIG; thread->curframe->longjmp_val = 1; thread->curframe->signo = sig; |
