]> sourceware.org Git - glibc.git/commitdiff
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)
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

index baa6c6693e8c94040d9f38500987a2e0add191f4..ff5258d065b04ddd77822a9e05444a441fd975cc 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1231,8 +1231,7 @@ typedef struct
 #define AT_L3_CACHESIZE                46
 #define AT_L3_CACHEGEOMETRY    47
 
-#define AT_MINSIGSTKSZ         51 /* Stack needed for signal delivery
-                                     (AArch64).  */
+#define AT_MINSIGSTKSZ         51 /* Stack needed for signal delivery  */
 
 /* Note section contents.  Each entry in the note section begins with
    a header of a fixed form.  */
This page took 0.048957 seconds and 5 git commands to generate.