summaryrefslogtreecommitdiff
path: root/addr2line.c
diff options
context:
space:
mode:
Diffstat (limited to 'addr2line.c')
-rw-r--r--addr2line.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/addr2line.c b/addr2line.c
index db46504cb0..6028a2a9fb 100644
--- a/addr2line.c
+++ b/addr2line.c
@@ -104,7 +104,7 @@ void *alloca();
#define SHF_COMPRESSED 0
#endif
-int kprintf(const char *fmt, ...);
+static int kprintf(const char *fmt, ...);
typedef struct {
const char *dirname;
@@ -851,7 +851,7 @@ static void putce(int c)
(void)ret;
}
-int
+static int
kprintf(const char *fmt, ...)
{
va_list ap;