aboutsummaryrefslogtreecommitdiff
path: root/sim/common/syscall.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-07-08 08:05:35 +0000
committerBen Elliston <bje@au.ibm.com>2005-07-08 08:05:35 +0000
commit3b02a06bd6d4345b8aea0843f2bffe75ee05d056 (patch)
tree84699d7f879f7f064df5a5ab87ea03cf65e8a6f0 /sim/common/syscall.c
parent4eeb4f8dbf7cb33b7a8b15b7d67661ba80a2a157 (diff)
downloadgdb-3b02a06bd6d4345b8aea0843f2bffe75ee05d056.zip
gdb-3b02a06bd6d4345b8aea0843f2bffe75ee05d056.tar.gz
gdb-3b02a06bd6d4345b8aea0843f2bffe75ee05d056.tar.bz2
* callback.c: Remove ANSI_PROTOTYPES conditional code.
* sim-load.c: Likewise. * syscall.c: Likewise.
Diffstat (limited to 'sim/common/syscall.c')
-rw-r--r--sim/common/syscall.c4
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>