Fix typo in symbol name. It helps to hit save in all your buffers
before committing.
This commit is contained in:
parent
f149ce540e
commit
ee960398a0
@ -1003,7 +1003,7 @@ __elfN(freebsd_fixup)(register_t **stack_base, struct image_params *imgp)
|
||||
AUXARGS_ENTRY(pos, AT_FLAGS, args->flags);
|
||||
AUXARGS_ENTRY(pos, AT_ENTRY, args->entry);
|
||||
AUXARGS_ENTRY(pos, AT_BASE, args->base);
|
||||
#ifdef AT_EHDREFLAGS
|
||||
#ifdef AT_EHDRFLAGS
|
||||
AUXARGS_ENTRY(pos, AT_EHDRFLAGS, args->hdr_eflags);
|
||||
#endif
|
||||
if (imgp->execpathp != 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user