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:
parent
bf9169d555
commit
63efc86bf7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue