Newsgroups: comp.os.msdos.programmer
Path: utzoo!utgpu!watserv1!watmath!mks.com!mks!eric
From: eric@mks.mks.com (Eric Gisin)
Subject: Re: Turbo C 1.5 ssignal() function
Sender: eric@mks.com (Eric Gisin)
Distribution: na
References: <4050@alliant.Alliant.COM>
In-Reply-To: holbrook@Alliant.COM's message of 8 Aug 90 18:16:03 GMT
Organization: Mortice Kern Systems Inc., Waterloo, Ontario, CANADA
Date: 9 Aug 90 12:08:28
Message-ID: <ERIC.90Aug9120829@mks.mks.com>

Gsignal and ssignal are a software signal package derived
from System V.  Ssignal installs a handler, and gsignal
generates a signal. These signals are never generated by
faults, traps, or interrupts. That's how it worked in System V.
