diff options
Diffstat (limited to 'libc-test/build.rs')
-rw-r--r-- | libc-test/build.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index e35dcb4eb1..d828b9fe3d 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1370,8 +1370,8 @@ fn test_android(target: &str) { // FIXME: still necessary? "SIG_DFL" | "SIG_ERR" | "SIG_IGN" => true, // sighandler_t weirdness - // FIXME: still necessary? - "SIGUNUSED" => true, // removed in glibc 2.26 + // FIXME: deprecated - removed in glibc 2.26 + "SIGUNUSED" => true, _ => false, } |