diff options
author | Szabolcs Nagy <nsz@port70.net> | 2018-08-22 17:51:25 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-12-09 22:29:44 -0500 |
commit | 836022b1c3655f82cfc8ed5fc62006526ec73b8b (patch) | |
tree | 3d5ba55864d0cc5641769b7bd80538689168896d /include | |
parent | d149e69c02eb558114f20ea718810e95538a3b2f (diff) | |
download | musl-836022b1c3655f82cfc8ed5fc62006526ec73b8b.tar.gz musl-836022b1c3655f82cfc8ed5fc62006526ec73b8b.tar.xz musl-836022b1c3655f82cfc8ed5fc62006526ec73b8b.zip |
add AT_MINSIGSTKSZ to elf.h from linux v4.18
new in linux commit 94b07c1f8c39c6d839df35fa28ffd1785d385897 currently only supported on aarch64
Diffstat (limited to 'include')
-rw-r--r-- | include/elf.h | 1 |
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 { |