Skip to content
Snippets Groups Projects
Commit 426f91bd authored by gnzlbg's avatar gnzlbg
Browse files

Fix typo in Linux checking

parent bb2f2964
No related branches found
No related tags found
No related merge requests found
......@@ -2671,7 +2671,8 @@ fn test_linux(target: &str) {
"getrlimit" | "getrlimit64" | // non-int in 1st arg
"setrlimit" | "setrlimit64" | // non-int in 1st arg
"prlimit" | "prlimit64" | // non-int in 2nd arg
"prlimit" | "prlimit64" // non-int in 2nd arg
=> true,
// int vs uint. Sorry musl, your prototype declarations are "correct" in the sense that
// they match the interface defined by Linux verbatim, but they conflict with other
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment