Skip to content

Commit

Permalink
chore: update based on suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lvllvl committed Jan 12, 2025
1 parent 064b0ec commit a425687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3186,7 +3186,7 @@ fn test_neutrino(target: &str) {

cfg.skip_type(move |ty| {
match ty {
// FIXME(neutrino): `sighandler_t` type is incorrect, see:
// FIXME(sighandler): `sighandler_t` type is incorrect, see:
// https://github.com/rust-lang/libc/issues/1359
"sighandler_t" => true,

Expand Down Expand Up @@ -3681,7 +3681,7 @@ fn test_linux(target: &str) {
return true;
}
match ty {
// FIXME(linux): `sighandler_t` type is incorrect, see:
// FIXME(sighandler): `sighandler_t` type is incorrect, see:
// https://github.com/rust-lang/libc/issues/1359
"sighandler_t" => true,

Expand Down Expand Up @@ -3996,7 +3996,7 @@ fn test_linux(target: &str) {
// See: https://github.com/rust-lang/libc/issues/1356
"ENOATTR" => true,

// FIXME(linux): SIGUNUSED was removed in glibc 2.26
// FIXME(deprecated): SIGUNUSED was removed in glibc 2.26
// Users should use SIGSYS instead.
"SIGUNUSED" => true,

Expand Down

0 comments on commit a425687

Please sign in to comment.