add AT_MINSIGSTKSZ to elf.h from linux v4.18
authorSzabolcs Nagy <nsz@port70.net>
Wed, 22 Aug 2018 17:51:25 +0000 (17:51 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 10 Dec 2018 03:29:44 +0000 (22:29 -0500)
new in linux commit 94b07c1f8c39c6d839df35fa28ffd1785d385897

currently only supported on aarch64

include/elf.h

index c22973533a2315b4ac1c6ef787032969c5e81892..4a8843c790dd1fa8c984a879e523a71df52e2628 100644 (file)
@@ -1035,6 +1035,7 @@ typedef struct {
 #define AT_L3_CACHESIZE                46
 #define AT_L3_CACHEGEOMETRY    47
 
+#define AT_MINSIGSTKSZ         51
 
 
 typedef struct {