зеркало из https://github.com/github/ruby.git
make a func static.
* addr2line.c (main_exe_path): make it static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
16ec72e56c
Коммит
0de6da0ee5
|
@ -654,7 +654,7 @@ fail:
|
|||
* it is NUL terminated.
|
||||
*/
|
||||
#if defined(__linux__)
|
||||
ssize_t
|
||||
static ssize_t
|
||||
main_exe_path(void)
|
||||
{
|
||||
# define PROC_SELF_EXE "/proc/self/exe"
|
||||
|
@ -663,7 +663,7 @@ main_exe_path(void)
|
|||
return len;
|
||||
}
|
||||
#elif defined(__FreeBSD__)
|
||||
ssize_t
|
||||
static ssize_t
|
||||
main_exe_path(void)
|
||||
{
|
||||
int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PATHNAME, -1};
|
||||
|
|
Загрузка…
Ссылка в новой задаче