mirror of
https://github.com/boostorg/process.git
synced 2026-01-29 19:52:13 +00:00
sighandler_t is glibc specific type.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user