We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392e80a commit dd1004dCopy full SHA for dd1004d
libc-test/build.rs
@@ -4741,9 +4741,6 @@ fn test_linux(target: &str) {
4741
"posix_basename" if gnu => true,
4742
"gnu_basename" if gnu => true,
4743
4744
- // https://github.com/kraj/musl/commit/725e17ed6dff4d0cd22487bb64470881e86a92e7
4745
- "basename" if musl => true,
4746
-
4747
// FIXME(linux): function pointers changed since Ubuntu 23.10
4748
"strtol" | "strtoll" | "strtoul" | "strtoull" | "fscanf" | "scanf" | "sscanf" => true,
4749
0 commit comments