Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!agate!saturn!ssyx.ucsc.edu!koreth From: koreth@ssyx.ucsc.edu (Steven Grimm) Newsgroups: comp.unix.wizards Subject: FNDELAY and FIONBIO -- any difference? Message-ID: <4119@saturn.ucsc.edu> Date: 12 Jul 88 17:47:17 GMT Sender: usenet@saturn.ucsc.edu Reply-To: koreth@ssyx.ucsc.edu (Steven Grimm) Organization: The Mad Scientists' Guild Lines: 15 Do these calls do anything different? ---- one = 1; ioctl(fd, FIONBIO, &one); ---- fcntl(fd, F_SETFL, FNDELAY); ---- From what little documentation I could find, it looks like these two do the same thing. Is that correct? --- These are my opinions, and in no way reflect those of UCSC, which are wrong. Steven Grimm Moderator, comp.{sources,binaries}.atari.st koreth@ssyx.ucsc.edu ...!ucbvax!ucscc!ssyx!koreth