diff options
author | Szabolcs Nagy <nsz@port70.net> | 2018-08-22 17:56:59 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-12-09 22:30:05 -0500 |
commit | 1de4788610ab55d26937daa645d8fc25f5f43e39 (patch) | |
tree | 0f2249f225120683ba55562f1105f398fc38b0b1 /include/elf.h | |
parent | 836022b1c3655f82cfc8ed5fc62006526ec73b8b (diff) | |
download | musl-1de4788610ab55d26937daa645d8fc25f5f43e39.zip musl-1de4788610ab55d26937daa645d8fc25f5f43e39.tar.gz musl-1de4788610ab55d26937daa645d8fc25f5f43e39.tar.bz2 |
add NT_VMCOREDD to elf.h from linux v4.18
used for device driver dump in /proc/vmcore
new in linux commit 2724273e8fd00b512596a77ee063f49b25f36507
Diffstat (limited to 'include/elf.h')
-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 4a8843c..54f41a1 100644 --- a/include/elf.h +++ b/include/elf.h @@ -685,6 +685,7 @@ typedef struct { #define NT_METAG_RPIPE 0x501 #define NT_METAG_TLS 0x502 #define NT_ARC_V2 0x600 +#define NT_VMCOREDD 0x700 #define NT_VERSION 1 |