mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-30 01:42:22 +00:00
Extend CI pipeline build and test.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -1699,9 +1699,11 @@ int main(int argc, char ** argv)
|
||||
}
|
||||
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||
signal(SIGINT, SIG_IGN);
|
||||
signal(SIGTERM, SIG_IGN);
|
||||
signal(SIGQUIT, SIG_IGN);
|
||||
#endif
|
||||
|
||||
if (setup_event_queue(&io) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user