ntdll: Avoid compile error caused by a single quote.

This commit is contained in:
Detlef Riekenberg 2006-02-21 06:37:35 +01:00 committed by Alexandre Julliard
parent c0e6bb2df7
commit 43a0f0c85a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ struct kernel_sigaction
#ifndef SYS_sigaction
# ifndef __NR_sigaction
# error The sigaction syscall is part of the Linux i386 ABI, but your headers don't define it. Please raise a bug with your distribution.
# error The sigaction syscall is part of the Linux i386 ABI, but your headers does not define it. Please raise a bug with your distribution.
# endif
# define SYS_sigaction __NR_sigaction
#endif