mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-06 18:21:39 +08:00
Enable SIGIO notifier on FreeBSD
Now that SIGIO works on FreeBSD, switch to that uvar notifier
This commit is contained in:
parent
e669c41d1b
commit
a34b9036ba
@ -1572,7 +1572,7 @@ universal_notifier_t::notifier_strategy_t universal_notifier_t::resolve_default_
|
||||
return strategy_notifyd;
|
||||
#elif defined(__CYGWIN__)
|
||||
return strategy_shmem_polling;
|
||||
#elif defined(SIGIO) && !defined(__FreeBSD__)
|
||||
#elif defined(SIGIO)
|
||||
return strategy_sigio;
|
||||
#else
|
||||
return strategy_named_pipe;
|
||||
|
Loading…
x
Reference in New Issue
Block a user