diff options
Diffstat (limited to 'include/sys/syscall.h')
-rw-r--r-- | include/sys/syscall.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sys/syscall.h b/include/sys/syscall.h index 154e5ab5..62564d7d 100644 --- a/include/sys/syscall.h +++ b/include/sys/syscall.h @@ -4,9 +4,7 @@ extern "C" { #endif -#if __STDC_VERSION__ >= 199901L || defined(__cplusplus) -#define __inline inline -#endif +#include <features.h> long __syscall_ret(unsigned long); long __syscall(long, ...); |