-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syscalls: select: Verify that data is available to read
select() returns a positive value on success if timeout hasn't happened, else returns 0. Check that and send some data to the write file descriptor for the same. Acked-by: Li Wang <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Signed-off-by: Cyril Hrubis <[email protected]>
- Loading branch information
Showing
1 changed file
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters