remove all remaining redundant __restrict/__inline/_Noreturn defs
[musl] / include / sys / syscall.h
index 154e5ab..62564d7 100644 (file)
@@ -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, ...);