remove all remaining redundant __restrict/__inline/_Noreturn defs

This commit is contained in:
Rich Felker
2012-09-08 17:14:52 -04:00
parent b7afd7a7ec
commit 455f96857f
14 changed files with 14 additions and 76 deletions

View 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, ...);