9 #ifndef YARP_OS_IMPL_PLATFORMSIGNAL_H
10 #define YARP_OS_IMPL_PLATFORMSIGNAL_H
14 # include <ace/OS_NS_signal.h>
19 #elif defined(YARP_HAS_SIGNAL_H)
21 #elif defined(YARP_HAS_SYS_SIGNAL_H)
22 # include <sys/signal.h>
24 #if defined(YARP_HAS_CSIGNAL)
32 #if defined(YARP_HAS_ACE)
34 using ACE_OS::sigaction;
35 using ACE_OS::sigemptyset;
36 using ACE_OS::sigfillset;
37 # if defined(YARP_HAS_CSIGNAL)
46 # if defined(__APPLE__) && defined(sigfillset)
53 # if defined(YARP_HAS_CSIGNAL)
The main, catch-all namespace for YARP.