add timerfd interfaces (untested)
[oweals/musl.git] / include / sys / syscall.h
index c86135a3a12d364ea941cdc3c5240e0a4970742b..154e5ab5636f3e8060df2b8dda6fbbd69c6b75e1 100644 (file)
@@ -4,7 +4,11 @@
 extern "C" {
 #endif
 
-long __syscall_ret(long);
+#if __STDC_VERSION__ >= 199901L || defined(__cplusplus)
+#define __inline inline
+#endif
+
+long __syscall_ret(unsigned long);
 long __syscall(long, ...);
 long syscall(long, ...);