From 96ffae5fad6d6c3bec56f935cfff18fe1ced1792 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 30 Sep 2013 20:07:42 +0000 Subject: [PATCH] Use , not , on Linux. --- src/microcode/uxtrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/uxtrap.h b/src/microcode/uxtrap.h index 8e8f53ac5..8d2705f9c 100644 --- a/src/microcode/uxtrap.h +++ b/src/microcode/uxtrap.h @@ -530,7 +530,7 @@ struct full_sigcontext #ifdef __linux__ -# include +# include /* This isn't really the right test: what we really want to know is if the kernel supports the newer signal-delivery mechanism. */ -- 2.25.1