1
0
Fork 0
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:
Gerhard Rieger 2008-09-04 23:42:52 +02:00
parent e142c3da6b
commit 1924e17cf0
6 changed files with 20 additions and 20 deletions

View file

@ -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;