SIGXCPY should be SIGXCPU

Fixes https://github.com/fish-shell/fish-shell/issues/97
This commit is contained in:
ridiculousfish 2012-06-10 03:36:02 -07:00
parent 4e2c7c57d7
commit 4ac01154d9

View file

@ -237,7 +237,7 @@ static const struct lookup_entry lookup[] =
}
,
#endif
#ifdef SIGXCPY
#ifdef SIGXCPU
{
SIGXCPU,
L"SIGXCPU",