We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc7bb1 commit 9090c00Copy full SHA for 9090c00
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
@@ -2220,6 +2220,7 @@ pub const AT_EXECFN: ::c_ulong = 31;
2220
// defined in arch/<arch>/include/uapi/asm/auxvec.h but has the same value
2221
// wherever it is defined.
2222
pub const AT_SYSINFO_EHDR: ::c_ulong = 33;
2223
+pub const AT_MINSIGSTKSZ: ::c_ulong = 51;
2224
2225
pub const GLOB_ERR: ::c_int = 1 << 0;
2226
pub const GLOB_MARK: ::c_int = 1 << 1;
0 commit comments