We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e425fe3 commit c0a6936Copy full SHA for c0a6936
libc-test/semver/linux.txt
@@ -169,6 +169,7 @@ AT_GID
169
AT_HWCAP
170
AT_HWCAP2
171
AT_IGNORE
172
+AT_MINSIGSTKSZ
173
AT_NOTELF
174
AT_NO_AUTOMOUNT
175
AT_NULL
src/unix/linux_like/linux/mod.rs
@@ -1821,6 +1821,7 @@ pub const AT_EXECFN: ::c_ulong = 31;
1821
// defined in arch/<arch>/include/uapi/asm/auxvec.h but has the same value
1822
// wherever it is defined.
1823
pub const AT_SYSINFO_EHDR: ::c_ulong = 33;
1824
+pub const AT_MINSIGSTKSZ: ::c_ulong = 51;
1825
1826
pub const GLOB_ERR: ::c_int = 1 << 0;
1827
pub const GLOB_MARK: ::c_int = 1 << 1;
0 commit comments