mirror of
https://github.com/status-im/libbacktrace.git
synced 2026-08-30 21:51:16 +00:00
Fix build of macho.c on OSX
This commit is contained in:
@@ -1337,7 +1337,9 @@ macho_nosyms (struct backtrace_state *state ATTRIBUTE_UNUSED,
|
||||
}
|
||||
|
||||
int
|
||||
backtrace_initialize (struct backtrace_state *state, int descriptor,
|
||||
backtrace_initialize (struct backtrace_state *state,
|
||||
const char *filename,
|
||||
int descriptor,
|
||||
backtrace_error_callback error_callback,
|
||||
void *data, fileline *fileline_fn)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user