mirror of
https://repo.or.cz/socat.git
synced 2025-07-26 20:12:56 +00:00
replaced select() by poll() in comments
This commit is contained in:
parent
e142c3da6b
commit
1924e17cf0
6 changed files with 20 additions and 20 deletions
|
@ -726,7 +726,7 @@ int _xioopen_dgram_recvfrom(struct single *xfd, int xioflags,
|
|||
drop = true;
|
||||
}
|
||||
|
||||
/* loop until select() returns valid */
|
||||
/* loop until select()/poll() returns valid */
|
||||
do {
|
||||
struct pollfd readfd;
|
||||
/*? int level = E_ERROR;*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue