mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-11 20:48:49 +00:00
Fix typo in hard-coded name of SIGSTKFLT
This commit is contained in:
parent
7bafb0d1ae
commit
f3dd4ee022
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ const SIGNAL_TABLE : &[LookupEntry] = &[
|
|||
LookupEntry::new(libc::SIGINFO, L!("SIGINFO"), L!("Information request")),
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
LookupEntry::new(libc::SIGSTKFLT, L!("SISTKFLT"), L!("Stack fault")),
|
||||
LookupEntry::new(libc::SIGSTKFLT, L!("SIGSTKFLT"), L!("Stack fault")),
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
LookupEntry::new(libc::SIGIOT, L!("SIGIOT"), L!("Abort (Alias for SIGABRT)")),
|
||||
|
|
Loading…
Reference in a new issue