ntdll: Add a define for SYS_sigaction to __NR_sigaction.
authorRobert Shearman <rob@codeweavers.com>
Mon, 20 Feb 2006 13:29:31 +0000 (13:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Feb 2006 19:31:51 +0000 (20:31 +0100)
commit3e47c82e025afcb868ac547a5bd4050fc43a5e52
treebe20d34bc14a569033dbd90aba0c278072b1c1f9
parent40a6a74ac88902320bb3c15a52a6ea9b1994c45b
ntdll: Add a define for SYS_sigaction to __NR_sigaction.
Print an error if __NR_sigaction doesn't exist as this means the wrong
syscall header is being used.
dlls/ntdll/signal_i386.c