ntdll: Don't Use wine_sigaction on systems without SYS_sigaction

Robert Shearman rob at codeweavers.com
Thu Feb 16 19:54:10 CST 2006


ChangeLog:
Some systems don't define SYS_sigaction as they use realtime signals. On 
these systems wine_sigaction shouldn't be needed as it is there to work 
around bugs with missing sigaltstack support in glibc, so make the usage 
of wine_sigaction depend on SYS_sigaction being defined.

  dlls/ntdll/signal_i386.c |    6 ++++--
  1 files changed, 4 insertions(+), 2 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: bf7aa90976e8494a7bd8cffe1faf243e21d6a8e4.diff
Type: text/x-patch
Size: 1309 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060217/fa4a3d6d/bf7aa90976e8494a7bd8cffe1faf243e21d6a8e4.diff


More information about the wine-patches mailing list