From 4ac01154d9eeb1ca0a5d46a5cca50c6537b9c801 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 10 Jun 2012 03:36:02 -0700 Subject: [PATCH] SIGXCPY should be SIGXCPU Fixes https://github.com/fish-shell/fish-shell/issues/97 --- signal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signal.cpp b/signal.cpp index dec6187e3..810e6a297 100644 --- a/signal.cpp +++ b/signal.cpp @@ -237,7 +237,7 @@ static const struct lookup_entry lookup[] = } , #endif -#ifdef SIGXCPY +#ifdef SIGXCPU { SIGXCPU, L"SIGXCPU",