a67e4de662
Pull a new version of auxvec.h from the upstream Linux kernel at commit b719f43059903820c31edb30f4663a2818836e7f These files were generated using the following commands: cd bionic/libc/kernel ./tools/clean_header.py -u ../../../external/kernel-headers/original/uapi/linux/auxvec.h ./tools/clean_header.py -u ../../../external/kernel-headers/original/linux/auxvec.h ./tools/clean_header.py -u ../../../external/kernel-headers/original/asm-x86/auxvec.h This change is needed to get AT_RANDOM defined. Change-Id: Ib064649684b17af6ff4b1a31d501a05f78bb81d0
26 lines
1.2 KiB
C
26 lines
1.2 KiB
C
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Linux kernel header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to libc. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
*** To edit the content of this header, modify the corresponding
|
|
*** source file (e.g. under external/kernel-headers/original/) then
|
|
*** run bionic/libc/kernel/tools/update_all.py
|
|
***
|
|
*** Any manual change here will be lost the next time this script will
|
|
*** be run. You've been warned!
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
#ifndef _ASM_X86_AUXVEC_H
|
|
#define _ASM_X86_AUXVEC_H
|
|
#define AT_SYSINFO 32
|
|
#define AT_SYSINFO_EHDR 33
|
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
#define AT_VECTOR_SIZE_ARCH 2
|
|
#endif
|