Skip to content

Commit 773096f

Browse files
committed
Document SIGUNUSED deprecation on Android
1 parent 1d51ad3 commit 773096f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc-test/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,8 +1370,8 @@ fn test_android(target: &str) {
13701370

13711371
// FIXME: still necessary?
13721372
"SIG_DFL" | "SIG_ERR" | "SIG_IGN" => true, // sighandler_t weirdness
1373-
// FIXME: still necessary?
1374-
"SIGUNUSED" => true, // removed in glibc 2.26
1373+
// FIXME: deprecated - removed in glibc 2.26
1374+
"SIGUNUSED" => true,
13751375

13761376
_ => false,
13771377
}

0 commit comments

Comments
 (0)