Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

select() - return error code EINVAL

Status
Not open for further replies.

greju

Programmer
Oct 20, 2003
7
US
Hi,
I was going through the documentation of the select() subroutine for UNIX and one of the conditions for select() to return EINVAL was

"One of the specified file descriptors refers to a STREAM or
multiplexer that is linked (directly or indirectly) downstream
from a multiplexer"

Could someone tell me what does this mean ?

Thanks,
Reju
 
On my SCO boxes (5.0.[5-7]) the
Code:
man S select
output for [EINVAL] is:
The specified time limit is invalid. One of its components is negative or too large. Or, the device driver being polled has not implemented select support.

Hope This Help
PH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top