Added NOTES about INFTIM contant provided on some other implementations.

This commit is contained in:
Michael Kerrisk 2005-12-01 16:03:36 +00:00
parent f6179c2fbd
commit c1164764b0
1 changed files with 6 additions and 0 deletions

View File

@ -153,6 +153,12 @@ library call was introduced in libc 5.4.28
have a
.BR poll ()
system call).
.SH AVAILABILITY
Some implementations define the non-standard constant
.B INFTIM
with the value \-1 for use as a
.IR timeout .
This constant is not provided in glibc.
.SH "SEE ALSO"
.BR select (2),
.BR select_tut (2)