summaryrefslogtreecommitdiff
path: root/include/elf.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-09-07 08:40:43 +0000
committerEric Andersen <andersen@codepoet.org>2004-09-07 08:40:43 +0000
commita886f7ac1a2f0bfc0bedbae20f569dad57ce3a4a (patch)
treed7e7b774d55aea751117947b051b8b9ea897f25a /include/elf.h
parent25d09f9ca6a5e9dcdb695f5d7b9eb1fc8f6cd664 (diff)
First pass prototype removals from auditing header files:
a.out.h to libgen.h (omitting complex.h for a later separate effort for the math stuff)
Diffstat (limited to 'include/elf.h')
-rw-r--r--include/elf.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/elf.h b/include/elf.h
index 94bb4f84e..ce37414f1 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -604,6 +604,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 */
@@ -967,7 +968,14 @@ typedef struct
/* A special ignored value for PPC, used by the kernel to control the
interpretation of the AUXV. Must be > 16. */
-#define AT_IGNOREPPC 22 /* Entry should be ignored */
+#define AT_IGNOREPPC 22 /* Entry should be ignored. */
+
+#define AT_SECURE 23 /* Boolean, was exec setuid-like? */
+
+/* Pointer to the global system page used for system calls and other
+ nice things. */
+#define AT_SYSINFO 32
+#define AT_SYSINFO_EHDR 33
/* Note section contents. Each entry in the note section begins with
@@ -1017,6 +1025,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. */