diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 06:52:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 06:52:10 +0000 |
commit | ff4056c02c4899277a285cb2720531bc64a06c0e (patch) | |
tree | 8ac42812b3463e911724633c3967ca3f14d5d9af /elf | |
parent | 82f81a9086320d12eb2fc45766203954b90461a2 (diff) | |
download | glibc-ff4056c02c4899277a285cb2720531bc64a06c0e.zip glibc-ff4056c02c4899277a285cb2720531bc64a06c0e.tar.gz glibc-ff4056c02c4899277a285cb2720531bc64a06c0e.tar.bz2 |
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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. */ |