Skip to content
Snippets Groups Projects
Commit 31fa1530 authored by Mick Jordan's avatar Mick Jordan Committed by Lukas Stadler
Browse files

fix arg order in NFIFunction.glob

parent 15b14aec
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ enum NFIFunction {
chmod("(string, sint32): sint32"),
strtol("((sint64, sint32): void, string, sint32): void", "call_base_"),
uname("((string, string, string, string, string): void): void", "call_base_"),
glob("(string, (string): void): void", "call_base_"),
glob("((string): void, string): void", "call_base_"),
// PCRE, N.B. The "pcre_" prefixes are actually direct calls
maketables("(): sint64", "pcre_"),
compile("((uint64, string, sint32): void, string, sint32, uint64): void", "call_pcre_"),
......
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