In ascpoll, return revents, not 0.
This commit is contained in:
parent
6e5c5328c4
commit
2b99d4f013
@ -880,5 +880,5 @@ ascpoll(dev_t dev, int events, struct proc *p)
|
||||
}
|
||||
}
|
||||
splx(sps);
|
||||
return 0;
|
||||
return (revents);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user