File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3186,7 +3186,7 @@ fn test_neutrino(target: &str) {
3186
3186
3187
3187
cfg. skip_type ( move |ty| {
3188
3188
match ty {
3189
- // FIXME(neutrino ): `sighandler_t` type is incorrect, see:
3189
+ // FIXME(sighandler ): `sighandler_t` type is incorrect, see:
3190
3190
// https://github.com/rust-lang/libc/issues/1359
3191
3191
"sighandler_t" => true ,
3192
3192
@@ -3681,7 +3681,7 @@ fn test_linux(target: &str) {
3681
3681
return true ;
3682
3682
}
3683
3683
match ty {
3684
- // FIXME(linux ): `sighandler_t` type is incorrect, see:
3684
+ // FIXME(sighandler ): `sighandler_t` type is incorrect, see:
3685
3685
// https://github.com/rust-lang/libc/issues/1359
3686
3686
"sighandler_t" => true ,
3687
3687
@@ -3996,7 +3996,7 @@ fn test_linux(target: &str) {
3996
3996
// See: https://github.com/rust-lang/libc/issues/1356
3997
3997
"ENOATTR" => true ,
3998
3998
3999
- // FIXME(linux ): SIGUNUSED was removed in glibc 2.26
3999
+ // FIXME(deprecated ): SIGUNUSED was removed in glibc 2.26
4000
4000
// Users should use SIGSYS instead.
4001
4001
"SIGUNUSED" => true ,
4002
4002
You can’t perform that action at this time.
0 commit comments