CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/08 09:33:26
Modified files:
sys/kern : exec_elf.c
Log message:
auxinfo was not being placed on the stack for -static -pie binaries.
auxinfo was originally intended only for ld.so but libc has started inspecting
it, though nothing went wrong if it was missing. But now libc getexexpath(3)
requires it.
ok kettenis
