Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ames!ncar!oddjob!mimsy!chris
From: chris@mimsy.UUCP (Chris Torek)
Newsgroups: comp.unix.wizards
Subject: Re: FNDELAY and FIONBIO -- any difference?
Message-ID: <12447@mimsy.UUCP>
Date: 13 Jul 88 13:15:49 GMT
References: <4119@saturn.ucsc.edu>
Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742
Lines: 13

In 4.3BSD, at least, FIONBIO is implemented as

	case FIONBIO:
		... fset(fd, FNDELAY, *(int *)data)
		break;

and FIOASYNC as

		... fset(fp, FASYNC, *(int *)data)

so the answer is No, no difference at all.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris@mimsy.umd.edu	Path:	uunet!mimsy!chris