Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!ames!lll-winken!spl1!iitmax!thssvhj From: thssvhj@iitmax.IIT.EDU (vijay hemraj jadhwani) Newsgroups: comp.unix.wizards Subject: help needed on a unix system-call question Keywords: signal, system-call, read, unix v Message-ID: <2100@iitmax.IIT.EDU> Date: 6 Mar 89 02:07:24 GMT Organization: Illinois Institute of Technology, Chicago Lines: 9 In my code I use a signal (SIGALRM), system-call, following which is a 'read' system-call. The read is done on a tty-port. It is mentioned in the unix v manual that 'read' will return -1 when interrupted by a signal. Is it poss- ible to lose the partially read data by the 'read' system call, when the signal was caught , even though I execute a 'read' again ? Note that I am doing a 'read' on the tty-port. Thanks in advance for any help.