@@ -3538,6 +3538,34 @@ pub const KLOG_CONSOLE_LEVEL: ::c_int = 8;
3538
3538
pub const KLOG_SIZE_UNREAD : :: c_int = 9 ;
3539
3539
pub const KLOG_SIZE_BUFFER : :: c_int = 10 ;
3540
3540
3541
+ // From NDK's linux/auxvec.h
3542
+ pub const AT_NULL : :: c_ulong = 0 ;
3543
+ pub const AT_IGNORE : :: c_ulong = 1 ;
3544
+ pub const AT_EXECFD : :: c_ulong = 2 ;
3545
+ pub const AT_PHDR : :: c_ulong = 3 ;
3546
+ pub const AT_PHENT : :: c_ulong = 4 ;
3547
+ pub const AT_PHNUM : :: c_ulong = 5 ;
3548
+ pub const AT_PAGESZ : :: c_ulong = 6 ;
3549
+ pub const AT_BASE : :: c_ulong = 7 ;
3550
+ pub const AT_FLAGS : :: c_ulong = 8 ;
3551
+ pub const AT_ENTRY : :: c_ulong = 9 ;
3552
+ pub const AT_NOTELF : :: c_ulong = 10 ;
3553
+ pub const AT_UID : :: c_ulong = 11 ;
3554
+ pub const AT_EUID : :: c_ulong = 12 ;
3555
+ pub const AT_GID : :: c_ulong = 13 ;
3556
+ pub const AT_EGID : :: c_ulong = 14 ;
3557
+ pub const AT_PLATFORM : :: c_ulong = 15 ;
3558
+ pub const AT_HWCAP : :: c_ulong = 16 ;
3559
+ pub const AT_CLKTCK : :: c_ulong = 17 ;
3560
+ pub const AT_SECURE : :: c_ulong = 23 ;
3561
+ pub const AT_BASE_PLATFORM : :: c_ulong = 24 ;
3562
+ pub const AT_RANDOM : :: c_ulong = 25 ;
3563
+ pub const AT_HWCAP2 : :: c_ulong = 26 ;
3564
+ pub const AT_RSEQ_FEATURE_SIZE : :: c_ulong = 27 ;
3565
+ pub const AT_RSEQ_ALIGN : :: c_ulong = 28 ;
3566
+ pub const AT_EXECFN : :: c_ulong = 31 ;
3567
+ pub const AT_MINSIGSTKSZ : :: c_ulong = 51 ;
3568
+
3541
3569
// Most `*_SUPER_MAGIC` constants are defined at the `linux_like` level; the
3542
3570
// following are only available on newer Linux versions than the versions
3543
3571
// currently used in CI in some configurations, so we define them here.
0 commit comments