From ff4056c02c4899277a285cb2720531bc64a06c0e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Dec 2002 06:52:10 +0000 Subject: Update. 2002-12-17 Ulrich Drepper * elf/elf.h (AT_SYSINFO): New define. * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for AT_SYSINFO. --- elf/elf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'elf') 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. */ -- cgit v1.2.3