MFC r283411:
Remove stale comment about a signal trampoline which is moved to the shared page at r219609.
This commit is contained in:
parent
a034df74fd
commit
f536abaf31
@ -879,7 +879,6 @@ linux_copyout_strings(struct image_params *imgp)
|
||||
|
||||
/*
|
||||
* Calculate string base and vector table pointers.
|
||||
* Also deal with signal trampoline code for this exec type.
|
||||
*/
|
||||
arginfo = (struct linux32_ps_strings *)LINUX32_PS_STRINGS;
|
||||
destp = (caddr_t)arginfo - SPARE_USRSPACE -
|
||||
|
@ -320,7 +320,6 @@ linux_copyout_strings(struct image_params *imgp)
|
||||
|
||||
/*
|
||||
* Calculate string base and vector table pointers.
|
||||
* Also deal with signal trampoline code for this exec type.
|
||||
*/
|
||||
p = imgp->proc;
|
||||
arginfo = (struct ps_strings *)p->p_sysent->sv_psstrings;
|
||||
|
Loading…
Reference in New Issue
Block a user