summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2018-08-22 17:51:25 +0000
committerRich Felker <dalias@aerifal.cx>2018-12-09 22:29:44 -0500
commit836022b1c3655f82cfc8ed5fc62006526ec73b8b (patch)
tree3d5ba55864d0cc5641769b7bd80538689168896d
parentd149e69c02eb558114f20ea718810e95538a3b2f (diff)
downloadmusl-836022b1c3655f82cfc8ed5fc62006526ec73b8b.tar.gz
add AT_MINSIGSTKSZ to elf.h from linux v4.18
new in linux commit 94b07c1f8c39c6d839df35fa28ffd1785d385897 currently only supported on aarch64
-rw-r--r--include/elf.h1
1 files changed, 1 insertions, 0 deletions
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 {