Skip to content

Commit 56a1d50

Browse files
committed
Try to fix build script
1 parent a392be5 commit 56a1d50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc-test/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)