Skip to content

Commit a7f189d

Browse files
committed
Skip basename on musl
kraj/musl@725e17e
1 parent 0274988 commit a7f189d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4741,6 +4741,9 @@ 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+
47444747
// FIXME(linux): function pointers changed since Ubuntu 23.10
47454748
"strtol" | "strtoll" | "strtoul" | "strtoull" | "fscanf" | "scanf" | "sscanf" => true,
47464749

0 commit comments

Comments
 (0)