diff options
author | Joseph Myers <joseph@codesourcery.com> | 2018-04-23 19:41:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2018-04-23 19:41:09 +0000 |
commit | da5e0361d981674fd7cd18dbeba2c0e718e90a16 (patch) | |
tree | 218c6c45e80df378188c39bc398c7196b8b36276 /elf/elf.h | |
parent | 18ea73adaaea9882ab6983230cccc774db5d253d (diff) | |
download | glibc-da5e0361d981674fd7cd18dbeba2c0e718e90a16.tar glibc-da5e0361d981674fd7cd18dbeba2c0e718e90a16.tar.gz glibc-da5e0361d981674fd7cd18dbeba2c0e718e90a16.tar.bz2 glibc-da5e0361d981674fd7cd18dbeba2c0e718e90a16.zip |
Add NT_PPC_PKEY from Linux 4.16 to elf.h.
This patch adds the NT_PPC_PKEY macro from Linux 4.16 to elf.h.
Tested for x86_64.
* elf/elf.h (NT_PPC_PKEY): New macro.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -780,6 +780,8 @@ typedef struct Register */ #define NT_PPC_TM_CDSCR 0x10f /* TM checkpointed Data Stream Control Register */ +#define NT_PPC_PKEY 0x110 /* Memory Protection Keys + registers. */ #define NT_386_TLS 0x200 /* i386 TLS slots (struct user_desc) */ #define NT_386_IOPERM 0x201 /* x86 io permission bitmap (1=deny) */ #define NT_X86_XSTATE 0x202 /* x86 extended state using xsave */ |