1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

addr2line.c (kprintf): static

This function is not used outside of addr2line.c

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2018-07-09 03:07:59 +00:00
parent bf9169d555
commit 63efc86bf7

View file

@ -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;