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) {
957
957
// skip sighandler_t assignments
958
958
"SIG_DFL" | "SIG_ERR" | "SIG_IGN" => true ,
959
959
960
- // Skip
961
- "SI_DETHREAD" | "TRAP_PERF" => true ,
962
-
963
960
"DT_UNKNOWN" => true ,
964
961
965
962
"_UTX_LINESIZE" | "_UTX_USERSIZE" | "_UTX_PADSIZE" | "_UTX_IDSIZE" | "_UTX_HOSTSIZE" => {
@@ -4055,6 +4052,9 @@ fn test_linux(target: &str) {
4055
4052
// FIXME: Not currently available in headers on ARM and musl.
4056
4053
"NETLINK_GET_STRICT_CHK" if arm => true ,
4057
4054
4055
+ // Skip as this signal codes and trap reasons need newer headers
4056
+ "SI_DETHREAD" | "TRAP_PERF" => true ,
4057
+
4058
4058
// kernel constants not available in uclibc 1.0.34
4059
4059
| "EXTPROC"
4060
4060
| "IPPROTO_BEETPH"
You can’t perform that action at this time.
0 commit comments