Date: Wed, 26 Jun 1996 20:49:37 -0400 From: dj (DJ Delorie) Message-Id: <199606270049.UAA17925@delorie.com> To: bill_currie AT MAIL DOT TAIT DOT CO DOT NZ CC: djgpp AT delorie DOT com In-reply-to: (message from Bill Currie on Wed, 26 Jun 1996 23:52:41 +1200) Subject: Re: FSE, some questions > I think this would be a good idea and shouldn't be too dificult to > implement (a new enum entry (__FSEXT_fcntl ??) and approrialt mods > the fcntl function (basicaly a block copy from, say, _clsoe.c (lines > 16-22 in the version I have) changing the __FSEXT_close to > __FSEXT_close. In theory, we should be able to add lots of new emulations. I only added enough to simulate /dev/null, /dev/tty, and basic tcp streams, so that people could get a chance to play with it before a lot of work went into finishing them.