FNDELAY and FIONBIO -- any difference?

Steven Grimm koreth at ssyx.ucsc.edu
Wed Jul 13 03:47:17 AEST 1988


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 at ssyx.ucsc.edu	...!ucbvax!ucscc!ssyx!koreth



More information about the Comp.unix.wizards mailing list