diff options
author | David CARLIER <[email protected]> | 2021-03-22 18:58:33 +0000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-08-31 20:52:49 +0900 |
commit | 3ffca65047d67cd958a424ba6dcc55112cc39e0a () | |
tree | 6fc74547d99fea94686e0ccb828acd8f36f41ac6 /addr2line.c | |
parent | 9b188ac2385df107529a9950648f3e42ad56adc0 (diff) |
addr2line: DragonFlyBSD build update.
same code path as FreeBSD's.
Notes: Merged: https://.com/ruby/ruby/pull/4309
-rw-r--r-- | addr2line.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2187,7 +2187,7 @@ fail: #endif #define HAVE_MAIN_EXE_PATH -#if defined(__FreeBSD__) # include <sys/sysctl.h> #endif /* ssize_t main_exe_path(void) @@ -2210,7 +2210,7 @@ main_exe_path(void) binary_filename[len] = 0; return len; } -#elif defined(__FreeBSD__) static ssize_t main_exe_path(void) { |