Boost 1.52 uses a completely different api for atomics. Not going to be supporting them. Also, fix llcalcparser in more old-boost compatible manner, and fix linux usage of apr_signal_description_get.
This commit is contained in:
@@ -66,6 +66,7 @@ bool windows_post_minidump_callback(const wchar_t* dump_path,
|
||||
#else
|
||||
# include <signal.h>
|
||||
# include <unistd.h> // for fork()
|
||||
# include "apr_signal.h" // for apr_signal_description_get(int signum)
|
||||
void setup_signals();
|
||||
void default_unix_signal_handler(int signum, siginfo_t *info, void *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user