diff options
Diffstat (limited to 'sim/common/syscall.c')
-rw-r--r-- | sim/common/syscall.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/common/syscall.c b/sim/common/syscall.c index 45f063e..452fa79 100644 --- a/sim/common/syscall.c +++ b/sim/common/syscall.c @@ -29,11 +29,7 @@ #endif #include "ansidecl.h" #include "libiberty.h" -#ifdef ANSI_PROTOTYPES #include <stdarg.h> -#else -#include <varargs.h> -#endif #include <stdio.h> #ifdef HAVE_STDLIB_H #include <stdlib.h> |