Skip to content

Commit 3944b28

Browse files
committed
See if it passes without trap_perf
1 parent 4a8cb10 commit 3944b28

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
@@ -3373,7 +3373,6 @@ TP_STATUS_WRONG_FORMAT
33733373
TRAP_BRANCH
33743374
TRAP_BRKPT
33753375
TRAP_HWBKPT
3376-
TRAP_PERF
33773376
TRAP_TRACE
33783377
TRAP_UNK
33793378
TUNATTACHFILTER

src/unix/linux_like/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ pub const TRAP_TRACE: c_int = 2;
13141314
pub const TRAP_BRANCH: c_int = 3;
13151315
pub const TRAP_HWBKPT: c_int = 4;
13161316
pub const TRAP_UNK: c_int = 5;
1317-
pub const TRAP_PERF: c_int = 6;
13181317

13191318
// si_code values for SIGCHLD signal
13201319
pub const CLD_EXITED: c_int = 1;

0 commit comments

Comments
 (0)