TLI Interface for Sys V Rel 3.0 : select (BSD) equivalent ?
Doug Gwyn
gwyn at brl-smoke.ARPA
Thu May 12 00:28:53 AEST 1988
In article <14207 at brl-adm.ARPA> cm36+ at andrew.cmu.edu (C. V. R. Murthy) writes:
>I am looking for ideas as to how to implement BSD equivalent select system call
>on System V environment. I am trying to translate a piece of code (written
>for 4.2 BSD) in TLI ineterface.
The nearest SVR3 equivalent is poll() and the corresponding SIGPOLL signal.
Doesn't the documentation explain all this?
More information about the Comp.unix.wizards
mailing list