Is select() included in SVR3 ?

carroll at m.cs.uiuc.edu carroll at m.cs.uiuc.edu
Sun Mar 25 11:38:53 AEST 1990


/* Written  7:41 am  Mar 23, 1990 by aras at dr.uucp in m.cs.uiuc.edu:comp.unix.questions */
/* ---------- "Is select() included in SVR3 ?" ---------- */
Is BSD 4.3 select() function included in SVR3 ?

I notice that some systems, like Motorola Delta systems, running
System V Release 3 includes this function, but our Altos system, also
running SVR3 doesn't !
/* End of text from m.cs.uiuc.edu:comp.unix.questions */

select() is not part of SysVR3. Some particular implementations have it. As
mentioned in another response, 386/ix 2.0.2 has it in the TCP/IP package.
SysVR3 does however have poll(), which performs roughly the same function
on streams. Unfortunately, it doesn't work on pipes, which is more than a bit
of a bummer.

Alan M. Carroll                "Like the north wind whistling down the sky,
carroll at cs.uiuc.edu             I've got a song, I've got a song.
Conversation Builder:           I carry it with me and I sing it loud
+ Tomorrow's Tools Today +      If it gets me nowhere, I'll go there proud"
Epoch Development Team          
CS Grad / U of Ill @ Urbana    ...{ucbvax,pur-ee,convex}!cs.uiuc.edu!carroll



More information about the Comp.unix.questions mailing list