linux(4): Fix arm64 build after b7a6bcdd, missed chunk added
MFC after: 1 month
This commit is contained in:
@@ -534,7 +534,8 @@ __linuxN(copyout_auxargs)(struct image_params *imgp, uintptr_t base)
|
||||
if (args->execfd != -1)
|
||||
AUXARGS_ENTRY(pos, AT_EXECFD, args->execfd);
|
||||
if (p->p_osrel >= LINUX_KERNVER_5013000 || p->p_osrel == 0)
|
||||
AUXARGS_ENTRY(pos, LINUX_AT_MINSIGSTKSZ, LINUX_MINSIGSTKSZ);
|
||||
AUXARGS_ENTRY(pos, LINUX_AT_MINSIGSTKSZ,
|
||||
imgp->sysent->sv_minsigstksz);
|
||||
AUXARGS_ENTRY(pos, AT_NULL, 0);
|
||||
|
||||
free(imgp->auxargs, M_TEMP);
|
||||
|
||||
Reference in New Issue
Block a user