rework langinfo code for ABI compat and for use by time code
[musl] / internal / sh / __shcall.c
1 #include <features.h>
2
3 hidden int __shcall(void *arg, int (*func)(void *))
4 {
5         return func(arg);
6 }