From 455f96857f91d14e193219ca00969354a981c09c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 8 Sep 2012 17:14:52 -0400 Subject: remove all remaining redundant __restrict/__inline/_Noreturn defs --- include/sys/syscall.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/sys/syscall.h') 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 long __syscall_ret(unsigned long); long __syscall(long, ...); -- cgit v1.2.1