File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -4218,12 +4218,6 @@ fn test_linux(target: &str) {
4218
4218
if loongarch64 && ( name == "MFD_NOEXEC_SEAL" || name == "MFD_EXEC" ) {
4219
4219
return true ;
4220
4220
}
4221
- // FIXME(musl): Requires musl >= 1.2
4222
- if name == "SO_PREFER_BUSY_POLL"
4223
- || name == "SO_BUSY_POLL_BUDGET"
4224
- {
4225
- return true ;
4226
- }
4227
4221
// FIXME(musl): Not in musl yet
4228
4222
if name == "SO_NETNS_COOKIE"
4229
4223
|| name == "SO_BUF_LOCK"
@@ -4640,20 +4634,12 @@ fn test_linux(target: &str) {
4640
4634
// assume it's a int instead.
4641
4635
"getnameinfo" if uclibc => true ,
4642
4636
4643
- // FIXME(musl): This needs musl 1.2.2 or later.
4644
- "gettid" if musl => true ,
4645
-
4646
4637
// Needs glibc 2.33 or later.
4647
4638
"mallinfo2" => true ,
4648
4639
4649
- "reallocarray" if musl => true ,
4650
-
4651
4640
// Not defined in uclibc as of 1.0.34
4652
4641
"gettid" if uclibc => true ,
4653
4642
4654
- // Needs musl 1.2.3 or later.
4655
- "pthread_getname_np" if musl => true ,
4656
-
4657
4643
// pthread_sigqueue uses sigval, which was initially declared
4658
4644
// as a struct but should be defined as a union. However due
4659
4645
// to the issues described here: https://github.com/rust-lang/libc/issues/2816
You can’t perform that action at this time.
0 commit comments