diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-24 23:05:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-24 23:05:02 +0000 |
commit | c47c5bfb48c468873cc467babd728229fb185b9b (patch) | |
tree | 12631468f1c987b53710f6dcad9193f732eb731d /elf | |
parent | 5bbcba0db58cef39ec4b582cd665ccb019dc6763 (diff) | |
download | glibc-c47c5bfb48c468873cc467babd728229fb185b9b.tar.gz glibc-c47c5bfb48c468873cc467babd728229fb185b9b.tar.xz glibc-c47c5bfb48c468873cc467babd728229fb185b9b.zip |
Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index 416a7959ea..1390adcfcc 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -580,6 +580,7 @@ typedef struct #define NT_FPREGSET 2 /* Contains copy of fpregset struct */ #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ #define NT_PRXREG 4 /* Contains copy of prxregset struct */ +#define NT_TASKSTRUCT 4 /* Contains copy of task structure */ #define NT_PLATFORM 5 /* String from sysinfo(SI_PLATFORM) */ #define NT_AUXV 6 /* Contains copy of auxv array */ #define NT_GWINDOWS 7 /* Contains copy of gwindows struct */ @@ -993,6 +994,7 @@ typedef struct #define ELF_NOTE_OS_LINUX 0 #define ELF_NOTE_OS_GNU 1 #define ELF_NOTE_OS_SOLARIS2 2 +#define ELF_NOTE_OS_FREEBSD 3 /* Move records. */ |