@@ -3520,6 +3520,34 @@ pub const KLOG_CONSOLE_LEVEL: ::c_int = 8;
3520
3520
pub const KLOG_SIZE_UNREAD : :: c_int = 9 ;
3521
3521
pub const KLOG_SIZE_BUFFER : :: c_int = 10 ;
3522
3522
3523
+ // From NDK's linux/auxvec.h
3524
+ pub const AT_NULL : :: c_ulong = 0 ;
3525
+ pub const AT_IGNORE : :: c_ulong = 1 ;
3526
+ pub const AT_EXECFD : :: c_ulong = 2 ;
3527
+ pub const AT_PHDR : :: c_ulong = 3 ;
3528
+ pub const AT_PHENT : :: c_ulong = 4 ;
3529
+ pub const AT_PHNUM : :: c_ulong = 5 ;
3530
+ pub const AT_PAGESZ : :: c_ulong = 6 ;
3531
+ pub const AT_BASE : :: c_ulong = 7 ;
3532
+ pub const AT_FLAGS : :: c_ulong = 8 ;
3533
+ pub const AT_ENTRY : :: c_ulong = 9 ;
3534
+ pub const AT_NOTELF : :: c_ulong = 10 ;
3535
+ pub const AT_UID : :: c_ulong = 11 ;
3536
+ pub const AT_EUID : :: c_ulong = 12 ;
3537
+ pub const AT_GID : :: c_ulong = 13 ;
3538
+ pub const AT_EGID : :: c_ulong = 14 ;
3539
+ pub const AT_PLATFORM : :: c_ulong = 15 ;
3540
+ pub const AT_HWCAP : :: c_ulong = 16 ;
3541
+ pub const AT_CLKTCK : :: c_ulong = 17 ;
3542
+ pub const AT_SECURE : :: c_ulong = 23 ;
3543
+ pub const AT_BASE_PLATFORM : :: c_ulong = 24 ;
3544
+ pub const AT_RANDOM : :: c_ulong = 25 ;
3545
+ pub const AT_HWCAP2 : :: c_ulong = 26 ;
3546
+ pub const AT_RSEQ_FEATURE_SIZE : :: c_ulong = 27 ;
3547
+ pub const AT_RSEQ_ALIGN : :: c_ulong = 28 ;
3548
+ pub const AT_EXECFN : :: c_ulong = 31 ;
3549
+ pub const AT_MINSIGSTKSZ : :: c_ulong = 51 ;
3550
+
3523
3551
// Most `*_SUPER_MAGIC` constants are defined at the `linux_like` level; the
3524
3552
// following are only available on newer Linux versions than the versions
3525
3553
// currently used in CI in some configurations, so we define them here.
0 commit comments