Commit 43a0f0c8 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

ntdll: Avoid compile error caused by a single quote.

parent c0e6bb2d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment