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 e3ef216 commit 2917a0cCopy full SHA for 2917a0c
core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c
@@ -1161,7 +1161,7 @@ static NativeSymbol native_symbols_libc_builtin[] = {
1161
REG_NATIVE_FUNC(strtol, "($*i)i"),
1162
REG_NATIVE_FUNC(strtoul, "($*i)i"),
1163
REG_NATIVE_FUNC(memchr, "(*ii)i"),
1164
- REG_NATIVE_FUNC(strncasecmp, "($$i)"),
+ REG_NATIVE_FUNC(strncasecmp, "($$i)i"),
1165
REG_NATIVE_FUNC(strspn, "($$)i"),
1166
REG_NATIVE_FUNC(strcspn, "($$)i"),
1167
REG_NATIVE_FUNC(strstr, "($$)i"),
0 commit comments