mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 13:36:32 +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
|
@ -366,8 +366,8 @@ ssize_t xioread(xiofile_t *file, void *buff, size_t bufsiz) {
|
|||
|
||||
|
||||
/* this function is intended only for some special address types where the
|
||||
select() call cannot strictly determine if (more) read data is available.
|
||||
currently this is for the OpenSSL based addresses.
|
||||
select()/poll() calls cannot strictly determine if (more) read data is
|
||||
available. currently this is for the OpenSSL based addresses.
|
||||
*/
|
||||
ssize_t xiopending(xiofile_t *file) {
|
||||
struct single *pipe;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue