mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 21:31:14 -03:00
Fix named pipe universal notifier. No more threads. Tests now pass.
This commit is contained in:
@@ -192,7 +192,7 @@ static wint_t readb()
|
||||
|
||||
if (notifier_fd > 0 && FD_ISSET(notifier_fd, &fdset))
|
||||
{
|
||||
bool notified = notifier.drain_notification_fd(notifier_fd);
|
||||
bool notified = notifier.notification_fd_became_readable(notifier_fd);
|
||||
if (notified)
|
||||
{
|
||||
env_universal_barrier();
|
||||
|
||||
Reference in New Issue
Block a user