summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-18 06:52:10 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-18 06:52:10 +0000
commitff4056c02c4899277a285cb2720531bc64a06c0e (patch)
tree8ac42812b3463e911724633c3967ca3f14d5d9af /elf
parent82f81a9086320d12eb2fc45766203954b90461a2 (diff)
Update.
2002-12-17 Ulrich Drepper <drepper@redhat.com> * elf/elf.h (AT_SYSINFO): New define. * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for AT_SYSINFO.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 67e126f216..89ce5684db 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -946,6 +946,10 @@ typedef struct
interpretation of the AUXV. Must be > 16. */
#define AT_IGNOREPPC 22 /* Entry should be ignored */
+/* Pointer to the global system page used for system calls and other
+ nice things. */
+#define AT_SYSINFO 32
+
/* Note section contents. Each entry in the note section begins with
a header of a fixed form. */