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:
parent
bf9169d555
commit
63efc86bf7
@ -104,7 +104,7 @@ void *alloca();
|
|||||||
#define SHF_COMPRESSED 0
|
#define SHF_COMPRESSED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int kprintf(const char *fmt, ...);
|
static int kprintf(const char *fmt, ...);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char *dirname;
|
const char *dirname;
|
||||||
@ -851,7 +851,7 @@ static void putce(int c)
|
|||||||
(void)ret;
|
(void)ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
kprintf(const char *fmt, ...)
|
kprintf(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user