diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:51:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:51:33 +0000 |
commit | 879b0f76a9dbabfdb5e8d5775bb11dee00416849 (patch) | |
tree | e62f50d4d6cb8dfc65e9d0037f0cc56caf27a9f8 /include/elf/common.h | |
parent | 16e9c715dffb96efda481dc20cdb5bb6fbde0dff (diff) | |
download | gdb-879b0f76a9dbabfdb5e8d5775bb11dee00416849.zip gdb-879b0f76a9dbabfdb5e8d5775bb11dee00416849.tar.gz gdb-879b0f76a9dbabfdb5e8d5775bb11dee00416849.tar.bz2 |
Add definition of NT_WIN32PSTATUS
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 4176bab..f2bed2c 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -287,6 +287,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define NT_PSINFO 13 /* Has a struct psinfo */ #define NT_LWPSTATUS 16 /* Has a struct lwpstatus_t */ #define NT_LWPSINFO 17 /* Has a struct lwpsinfo_t */ +#define NT_WIN32PSTATUS 18 /* Has a struct win32_pstatus */ /* Values of note segment descriptor types for object files. */ /* (Only for hppa right now. Should this be moved elsewhere?) */ |