Skip to content

Commit 4be9a7b

Browse files
committed
iox-#2272 Fix macOS build
1 parent fdc73fd commit 4be9a7b

File tree

1 file changed

+0
-5
lines changed
  • iceoryx_platform/mac/include/iceoryx_platform

1 file changed

+0
-5
lines changed

iceoryx_platform/mac/include/iceoryx_platform/signal.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@
1919

2020
#include <signal.h>
2121

22-
inline void psignal(int sig, const char* s)
23-
{
24-
psignal(static_cast<unsigned int>(sig), s);
25-
}
26-
2722
#endif // IOX_HOOFS_MAC_PLATFORM_SIGNAL_HPP

0 commit comments

Comments
 (0)