Skip to content

Commit

Permalink
fix execinfo.h not found for QNX (osrf#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
asobhy-qnx authored Jul 28, 2020
1 parent 2e24c38 commit df807c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "./safe_fwrite.hpp"

#if defined(_WIN32)
#if defined(_WIN32) || defined(__QNXNTO__)

// Include nothing for now.

Expand Down Expand Up @@ -50,7 +50,7 @@ struct is_function_pointer
>
{};

#if defined(_WIN32)
#if defined(_WIN32) || defined(__QNXNTO__)

struct count_function_occurrences_in_backtrace_is_implemented : std::false_type {};

Expand Down

0 comments on commit df807c0

Please sign in to comment.