mirror of
https://github.com/fluencelabs/musl
synced 2025-06-23 19:52:01 +00:00
move sh port's __shcall internal function from arch/sh/src to src tree
This commit is contained in:
5
src/internal/sh/__shcall.c
Normal file
5
src/internal/sh/__shcall.c
Normal file
@ -0,0 +1,5 @@
|
||||
__attribute__((__visibility__("hidden")))
|
||||
int __shcall(void *arg, int (*func)(void *))
|
||||
{
|
||||
return func(arg);
|
||||
}
|
Reference in New Issue
Block a user