Skip to content

Commit c0a6936

Browse files
ur4tJohnTitor
authored andcommitted
Add constant AT_MINSIGSTKSZ introduced by glibc 2.35
1 parent e425fe3 commit c0a6936

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/linux.txt

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ AT_GID
169169
AT_HWCAP
170170
AT_HWCAP2
171171
AT_IGNORE
172+
AT_MINSIGSTKSZ
172173
AT_NOTELF
173174
AT_NO_AUTOMOUNT
174175
AT_NULL

src/unix/linux_like/linux/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,7 @@ pub const AT_EXECFN: ::c_ulong = 31;
18211821
// defined in arch/<arch>/include/uapi/asm/auxvec.h but has the same value
18221822
// wherever it is defined.
18231823
pub const AT_SYSINFO_EHDR: ::c_ulong = 33;
1824+
pub const AT_MINSIGSTKSZ: ::c_ulong = 51;
18241825

18251826
pub const GLOB_ERR: ::c_int = 1 << 0;
18261827
pub const GLOB_MARK: ::c_int = 1 << 1;

0 commit comments

Comments
 (0)