Skip to content

Commit 72ee1d0

Browse files
committed
Remove dethread
1 parent 1c8afcf commit 72ee1d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc-test/semver/linux.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,6 @@ SIOCSRARP
28802880
SIOCWANDEV
28812881
SIOGIFINDEX
28822882
SI_ASYNCIO
2883-
SI_DETHREAD
28842883
SI_KERNEL
28852884
SI_LOAD_SHIFT
28862885
SI_MESGQ

src/unix/linux_like/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,6 @@ pub const SI_MESGQ: c_int = -3;
12971297
pub const SI_ASYNCIO: c_int = -4;
12981298
pub const SI_SIGIO: c_int = -5;
12991299
pub const SI_TKILL: c_int = -6;
1300-
pub const SI_DETHREAD: c_int = -7;
13011300

13021301
// si_code values for SIGBUS signal
13031302
pub const BUS_ADRALN: c_int = 1;

0 commit comments

Comments
 (0)