Skip to content

Commit a425687

Browse files
committed
chore: update based on suggested changes
1 parent 064b0ec commit a425687

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
@@ -3186,7 +3186,7 @@ fn test_neutrino(target: &str) {
31863186

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

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

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

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

0 commit comments

Comments
 (0)