diff --git a/include/boost/process/detail/posix/signal.hpp b/include/boost/process/detail/posix/signal.hpp index 7b77f75b..c6fd4515 100644 --- a/include/boost/process/detail/posix/signal.hpp +++ b/include/boost/process/detail/posix/signal.hpp @@ -16,7 +16,7 @@ namespace boost { namespace process { namespace detail { namespace posix { -#if ! defined (__APPLE__) +#if defined(__GLIBC__) using sighandler_t = ::sighandler_t; #else using sighandler_t = void(*)(int);