Fix typo.

This commit is contained in:
David Xu 2003-06-30 10:04:04 +00:00
parent 170e7a20d0
commit df9c6cda37
2 changed files with 2 additions and 2 deletions

View File

@ -419,7 +419,7 @@ kse_thr_interrupt(struct thread *td, struct kse_thr_interrupt_args *uap)
} else {
td2->td_flags |= TDF_INTERRUPT | TDF_ASTPENDING;
if (TD_CAN_UNBIND(td2))
td->td_upcall->ku_flags |= KUF_DOUPCALL;
td2->td_upcall->ku_flags |= KUF_DOUPCALL;
if (sig == -1)
td2->td_intrval = EINTR;
else if (sig == -2)

View File

@ -419,7 +419,7 @@ kse_thr_interrupt(struct thread *td, struct kse_thr_interrupt_args *uap)
} else {
td2->td_flags |= TDF_INTERRUPT | TDF_ASTPENDING;
if (TD_CAN_UNBIND(td2))
td->td_upcall->ku_flags |= KUF_DOUPCALL;
td2->td_upcall->ku_flags |= KUF_DOUPCALL;
if (sig == -1)
td2->td_intrval = EINTR;
else if (sig == -2)