]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/elf.h
elf: Remove AArch64 from comment for AT_MINSIGSTKSZ
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 23 Dec 2021 14:48:24 +0000 (06:48 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 23 Dec 2021 14:48:24 +0000 (06:48 -0800)
commit268d812c19ef30b2f9d52dc517c27a349df25ca9
tree11680eeb4cb1def5a80d4bb7c1d83753ec233975
parent6e30181b4a3ab6c56da0378b65f4d60504982300
elf: Remove AArch64 from comment for AT_MINSIGSTKSZ

Remove AArch64 from comment for AT_MINSIGSTKSZ to match

commit 7cd60e43a6def40ecb75deb8decc677995970d0b
Author: Chang S. Bae <chang.seok.bae@intel.com>
Date:   Tue May 18 13:03:15 2021 -0700

    uapi/auxvec: Define the aux vector AT_MINSIGSTKSZ

    Define AT_MINSIGSTKSZ in the generic uapi header. It is already used
    as generic ABI in glibc's generic elf.h, and this define will prevent
    future namespace conflicts. In particular, x86 is also using this
    generic definition.

in Linux kernel 5.14.
elf/elf.h