mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-21 18:25:14 +08:00
SIGXCPY should be SIGXCPU
Fixes https://github.com/fish-shell/fish-shell/issues/97
This commit is contained in:
parent
4e2c7c57d7
commit
4ac01154d9
@ -237,7 +237,7 @@ static const struct lookup_entry lookup[] =
|
||||
}
|
||||
,
|
||||
#endif
|
||||
#ifdef SIGXCPY
|
||||
#ifdef SIGXCPU
|
||||
{
|
||||
SIGXCPU,
|
||||
L"SIGXCPU",
|
||||
|
Loading…
x
Reference in New Issue
Block a user