Skip to content

Commit

Permalink
Merge branch 'master' into release/2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara authored Aug 15, 2017
2 parents 2ce9597 + 22fb779 commit 8156648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/src/pgr_assert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <stdlib.h>
#include <stddef.h>

#ifdef __linux__
#ifdef __GLIBC__
#include <execinfo.h>
#endif

Expand All @@ -24,7 +24,7 @@


std::string get_backtrace() {
#ifdef __linux__
#ifdef __GLIBC__
void *trace[16];
int i, trace_size = 0;

Expand Down

0 comments on commit 8156648

Please sign in to comment.