Skip to content

Commit dd1004d

Browse files
committed
Revert "Skip basename on musl"
This reverts commit a7f189d.
1 parent 392e80a commit dd1004d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libc-test/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,9 +4741,6 @@ fn test_linux(target: &str) {
47414741
"posix_basename" if gnu => true,
47424742
"gnu_basename" if gnu => true,
47434743

4744-
// https://github.com/kraj/musl/commit/725e17ed6dff4d0cd22487bb64470881e86a92e7
4745-
"basename" if musl => true,
4746-
47474744
// FIXME(linux): function pointers changed since Ubuntu 23.10
47484745
"strtol" | "strtoll" | "strtoul" | "strtoull" | "fscanf" | "scanf" | "sscanf" => true,
47494746

0 commit comments

Comments
 (0)