X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fsys%2Fsyscall.h;h=154e5ab5636f3e8060df2b8dda6fbbd69c6b75e1;hp=901941aa4688e781d56fbff8c00aecc56230e92a;hb=fb247fafa04ee52dda816355ab0461132297b9a4;hpb=fd142e5ec44aaafffbb8bb4ea41c4288d3fa937a diff --git a/include/sys/syscall.h b/include/sys/syscall.h index 901941aa..154e5ab5 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -4,6 +4,10 @@ extern "C" { #endif +#if __STDC_VERSION__ >= 199901L || defined(__cplusplus) +#define __inline inline +#endif + long __syscall_ret(unsigned long); long __syscall(long, ...); long syscall(long, ...);