summaryrefslogtreecommitdiffstats
path: root/libgloss
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-12-03 23:58:31 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2018-01-17 11:47:30 -0600
commit7192f840966684d4460542a516278ca08dd14842 (patch)
treeef7c9f4eeeed6163e2faa9098525e4744fdf82b1 /libgloss
parent70ee6b17df9b055a05cdcc4d3fe1813d7b57e2d8 (diff)
downloadcygnal-7192f840966684d4460542a516278ca08dd14842.tar.gz
cygnal-7192f840966684d4460542a516278ca08dd14842.tar.bz2
cygnal-7192f840966684d4460542a516278ca08dd14842.zip
ansification: remove _HAVE_STDC
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/sparc_leon/console_dbg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgloss/sparc_leon/console_dbg.c b/libgloss/sparc_leon/console_dbg.c
index 57c258fb4..f4bfc5c27 100644
--- a/libgloss/sparc_leon/console_dbg.c
+++ b/libgloss/sparc_leon/console_dbg.c
@@ -25,11 +25,7 @@
#include <stdlib.h>
#include <ctype.h>
-#ifdef _HAVE_STDC
#include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
#include <asm-leon/leoncompat.h>
#include <asm-leon/leon.h>