Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!usc!ucsd!ogicse!clark!ade From: ade@clark.edu (Adrian Miranda) Newsgroups: comp.unix.questions Subject: streams/TLI errors Keywords: Streams/TLI, ESIX system V Message-ID: <1990Aug9.210722.6590@clark.edu> Date: 9 Aug 90 21:07:22 GMT Sender: ade@clark.edu (Adrian Miranda) Distribution: na Organization: Clark College, Vancouver, Wa. USA Lines: 15 Can anyone tell me what variables get set to what values when t_listen(3N) receives an interrupt while listening for a connection? When accept is interrupted by SIGHUP or SIGALRM it sets errno to EINTR. It appears that t_listen should set t_errno to TSYSERR and errno to EINTR, but I can't seem to find confirmation in the manual. Does anyone know if this is correct? More general question: if t_errno is set to TSYSERR, will errno always be set to actual error? Might as well mail your response to me, I suspect this is a fairly obvious question. Adrian Miranda uunet!clark!ade or ade@clark.edu