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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

select() - EINVAL

Status
Not open for further replies.

greju

Programmer
Oct 20, 2003
7
0
0
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
 
Here is the definition of what EINVAL means on a
failed select() call from the AIX 4.3.3
man page:
EINVAL One of the parameters to the select subroutine
contained a value that is not valid.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top