This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/162] select() says fd's at EOF are ready for reading


------- Additional Comments From gotom at debian dot or dot jp  2004-05-17 01:01 -------
I think this modification is acceptable for you:

--- manual/llio.texi    2003-05-12 15:41:54.000000000 +0900
+++ manual/llio.texi.new        2004-05-17 09:47:57.000000000 +0900
@@ -1582,8 +1582,9 @@
 conditions.  You can pass a null pointer for any of these arguments if
 you are not interested in checking for that kind of condition.
 
-A file descriptor is considered ready for reading if it is not at end of
-file.  A server socket is considered ready for reading if there is a
+A file descriptor is considered ready for reading if it is readable
+which usually includes at end of file, or pending error.
+A server socket is considered ready for reading if there is a
 pending connection which can be accepted with @code{accept};
 @pxref{Accepting Connections}.  A client socket is ready for writing when
 its connection is fully established; @pxref{Connecting}.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwab at suse dot de
             Status|REOPENED                    |WAITING


http://sources.redhat.com/bugzilla/show_bug.cgi?id=162

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]