Path: utzoo!attcan!uunet!husc6!mailrus!cornell!oravax!cammie From: cammie@oravax.UUCP (Cammie Howard) Newsgroups: comp.bugs.4bsd Subject: fcntl does not perform as stated in man page Keywords: fcntl F_SETFL Message-ID: <405@oravax.UUCP> Date: 19 Jul 88 13:37:31 GMT Organization: Odyssey Research Ass., Ithaca NY Lines: 16 As I understand the man (2) page for fcntl, the line fcntl(d,F_SETFL,FNDELAY) is supposed to make a "read" call on the file descriptor d and return a -1 if you're at the EOF of d. The results are that it returns a 0. Is there a fix for this? Thank you, Cammie Howard cammie%oravax.uucp@cu-arpa.cs.cornell.edu