mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
SIGXCPY should be SIGXCPU
Fixes https://github.com/fish-shell/fish-shell/issues/97
This commit is contained in:
parent
4e2c7c57d7
commit
4ac01154d9
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static const struct lookup_entry lookup[] =
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
#endif
|
#endif
|
||||||
#ifdef SIGXCPY
|
#ifdef SIGXCPU
|
||||||
{
|
{
|
||||||
SIGXCPU,
|
SIGXCPU,
|
||||||
L"SIGXCPU",
|
L"SIGXCPU",
|
||||||
|
|
Loading…
Reference in a new issue