Match the more modern ports and comment the filling of POSIX parts of siginfo

with 'Fill in POSIX parts'.  (Diff reduction.)
This commit is contained in:
Juli Mallett 2002-09-07 18:55:15 +00:00
parent 27d29f428c
commit d367157e25
2 changed files with 2 additions and 2 deletions

View File

@ -468,7 +468,7 @@ sendsig(catcher, sig, mask, code)
sf.sf_siginfo = (register_t)&sfp->sf_si;
sf.sf_ahu.sf_action = (__siginfohandler_t *)catcher;
/* Fill siginfo structure. */
/* Fill in POSIX parts */
sf.sf_si.si_signo = sig;
sf.sf_si.si_code = code;
sf.sf_si.si_addr = (void *)regs->tf_err;

View File

@ -468,7 +468,7 @@ sendsig(catcher, sig, mask, code)
sf.sf_siginfo = (register_t)&sfp->sf_si;
sf.sf_ahu.sf_action = (__siginfohandler_t *)catcher;
/* Fill siginfo structure. */
/* Fill in POSIX parts */
sf.sf_si.si_signo = sig;
sf.sf_si.si_code = code;
sf.sf_si.si_addr = (void *)regs->tf_err;