Date: Tue, 13 Feb 1996 12:20:52 -0800 (GMT) From: Orlando Andico To: DJ Delorie cc: djgpp AT delorie DOT com Subject: Re: your mail Message-ID: MIME-Version: 1.0 On Mon, 12 Feb 1996, DJ Delorie wrote: > V2's goal was posix compatibility. At the compile and link level, > except for serial line functions, it's 100% compatible. At the > runtime level, there are a few pieces of functionality that are not > implemented, because they're just too hard in DOS. Signals are > probably one of them. Fork() is another. ^^^^^^^^^^^ > ^^^^^^^^^^^^^^^^^^^^ But SIGFPE and SIGINT exist, right? and I saw someone post some code for SIGINT which is equivalent to setting up an Int-24h handler. Aren't these signals available, i.e. the usual stuff can be done with them? I suppose not all of the POSIX signals are supported -- that's to be expected, but which ones are? -- Orly