1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 19:20:36 -04:00
ports/devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp
Clive Lin 2711126f9a New port: SDK for UPnP Devices
This is Linux SDK for UPnP Devices 1.0, an Open Source
Universal Plug and Play Development Kit.

PR: ports/41294
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
2002-08-04 07:31:27 +00:00

11 lines
365 B
C++

--- src/genlib/tpool/interrupts.cpp.orig Fri Jun 15 08:22:16 2001
+++ src/genlib/tpool/interrupts.cpp Sat Aug 3 16:29:39 2002
@@ -82,7 +82,7 @@
int code;
newset.sa_handler = signal_handler_alpha;
- newset.sa_flags = SA_NOMASK;
+ newset.sa_flags = SA_NODEFER;
code = sigaction( signalNum, &newset, &g_OldAction );
if ( code < 0 )
{