From 836022b1c3655f82cfc8ed5fc62006526ec73b8b Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Wed, 22 Aug 2018 17:51:25 +0000 Subject: add AT_MINSIGSTKSZ to elf.h from linux v4.18 new in linux commit 94b07c1f8c39c6d839df35fa28ffd1785d385897 currently only supported on aarch64 --- include/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/elf.h b/include/elf.h index c2297353..4a8843c7 100644 --- a/include/elf.h +++ b/include/elf.h @@ -1035,6 +1035,7 @@ typedef struct { #define AT_L3_CACHESIZE 46 #define AT_L3_CACHEGEOMETRY 47 +#define AT_MINSIGSTKSZ 51 typedef struct { -- cgit v1.2.1