File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -957,9 +957,6 @@ fn test_solarish(target: &str) {
957957 // skip sighandler_t assignments
958958 "SIG_DFL" | "SIG_ERR" | "SIG_IGN" => true ,
959959
960- // Skip
961- "SI_DETHREAD" | "TRAP_PERF" => true ,
962-
963960 "DT_UNKNOWN" => true ,
964961
965962 "_UTX_LINESIZE" | "_UTX_USERSIZE" | "_UTX_PADSIZE" | "_UTX_IDSIZE" | "_UTX_HOSTSIZE" => {
@@ -4055,6 +4052,9 @@ fn test_linux(target: &str) {
40554052 // FIXME: Not currently available in headers on ARM and musl.
40564053 "NETLINK_GET_STRICT_CHK" if arm => true ,
40574054
4055+ // Skip as this signal codes and trap reasons need newer headers
4056+ "SI_DETHREAD" | "TRAP_PERF" => true ,
4057+
40584058 // kernel constants not available in uclibc 1.0.34
40594059 | "EXTPROC"
40604060 | "IPPROTO_BEETPH"
You can’t perform that action at this time.
0 commit comments