projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d149e69
)
add AT_MINSIGSTKSZ to elf.h from linux v4.18
author
Szabolcs Nagy
<nsz@port70.net>
Wed, 22 Aug 2018 17:51:25 +0000
(17:51 +0000)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/include/elf.h
b/include/elf.h
index c22973533a2315b4ac1c6ef787032969c5e81892..4a8843c790dd1fa8c984a879e523a71df52e2628 100644
(file)
--- 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 {