fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs
[oweals/musl.git] / src / internal / sh / __shcall.c
1 __attribute__((__visibility__("hidden")))
2 int __shcall(void *arg, int (*func)(void *))
3 {
4         return func(arg);
5 }