mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 16:49:31 +08:00
fix fish_key_reader.cpp so it builds on linux
This commit is contained in:
parent
0f5bfeead2
commit
e5011fbcdf
|
@ -188,10 +188,6 @@ static void install_our_signal_handlers() {
|
||||||
debug(2, L"signal #%d (%ls) handler had flags 0x%X", signo, sig2wcs(signo),
|
debug(2, L"signal #%d (%ls) handler had flags 0x%X", signo, sig2wcs(signo),
|
||||||
old_sa.sa_flags);
|
old_sa.sa_flags);
|
||||||
}
|
}
|
||||||
if (old_sa.sa_mask != new_sa.sa_mask) {
|
|
||||||
debug(2, L"signal #%d (%ls) handler had mask 0x%X", signo, sig2wcs(signo),
|
|
||||||
old_sa.sa_mask);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user