LinuxThreadHelpers -> PthreadHelpers part 3
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#if defined(BACKTRACE_METHOD_X86_LINUX)
|
||||
#include "LinuxThreadHelpers.h"
|
||||
#include "archutils/Common/PthreadHelpers.h"
|
||||
|
||||
static const char *itoa(unsigned n)
|
||||
{
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#include "SignalHandler.h"
|
||||
#include "GetSysInfo.h"
|
||||
|
||||
#if defined(UNIX)
|
||||
#include "archutils/Unix/LinuxThreadHelpers.h"
|
||||
#if defined(HAVE_LIBPTHREAD)
|
||||
#include "archutils/Common/PthreadHelpers.h"
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user