Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2272 Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Apr 22, 2024
1 parent fdc73fd commit 4be9a7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions iceoryx_platform/mac/include/iceoryx_platform/signal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,4 @@

#include <signal.h>

inline void psignal(int sig, const char* s)
{
psignal(static_cast<unsigned int>(sig), s);
}

#endif // IOX_HOOFS_MAC_PLATFORM_SIGNAL_HPP

0 comments on commit 4be9a7b

Please sign in to comment.