mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
signal: remove duplicate definition of SIGIOT
This commit is contained in:
@@ -414,9 +414,6 @@ macro_rules! signal_entry {
|
||||
))]
|
||||
signal_entry!(SIGSTKFLT, SIGSTKFLT_DESC),
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
signal_entry!(SIGIOT, SIGIOT_DESC),
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
signal_entry!(SIGPWR, SIGPWR_DESC),
|
||||
|
||||
@@ -434,9 +431,6 @@ macro_rules! signal_entry {
|
||||
#[allow(dead_code)]
|
||||
SIGSTKFLT_DESC "Stack fault"
|
||||
|
||||
#[allow(dead_code)]
|
||||
SIGIOT_DESC "Abort (Alias for SIGABRT)"
|
||||
|
||||
#[allow(dead_code)]
|
||||
SIGPWR_DESC "Power failure"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user