We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8afcf commit 72ee1d0Copy full SHA for 72ee1d0
libc-test/semver/linux.txt
@@ -2880,7 +2880,6 @@ SIOCSRARP
2880
SIOCWANDEV
2881
SIOGIFINDEX
2882
SI_ASYNCIO
2883
-SI_DETHREAD
2884
SI_KERNEL
2885
SI_LOAD_SHIFT
2886
SI_MESGQ
src/unix/linux_like/mod.rs
@@ -1297,7 +1297,6 @@ pub const SI_MESGQ: c_int = -3;
1297
pub const SI_ASYNCIO: c_int = -4;
1298
pub const SI_SIGIO: c_int = -5;
1299
pub const SI_TKILL: c_int = -6;
1300
-pub const SI_DETHREAD: c_int = -7;
1301
1302
// si_code values for SIGBUS signal
1303
pub const BUS_ADRALN: c_int = 1;
0 commit comments