diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 6 | ||||
-rw-r--r-- | include/elf/common.h | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index f0934c9..c19d4d4 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,8 @@ -2020-03-13 Kamil Rytarowski <n54@gmx.de> +2020-03-13 Kamil Rytarowski <n54@gmx.com> + + * elf/common.h (NT_NETBSDCORE_LWPSTATUS): New define. + +2020-03-13 Kamil Rytarowski <n54@gmx.com> * elf/common.h (NT_NETBSDCORE_AUXV): New define. diff --git a/include/elf/common.h b/include/elf/common.h index 755c791..1c84ccb 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -687,6 +687,7 @@ #define NT_NETBSDCORE_PROCINFO 1 /* Has a struct procinfo */ #define NT_NETBSDCORE_AUXV 2 /* Has auxv data */ +#define NT_NETBSDCORE_LWPSTATUS 24 /* Has LWPSTATUS data */ #define NT_NETBSDCORE_FIRSTMACH 32 /* start of machdep note types */ |