[fpc-pascal]signal handling under linux...

Michael Van Canneyt michael.vancanneyt at wisa.be
Fri Jul 27 16:12:52 CEST 2001


On Fri, 27 Jul 2001, Gene Buckle wrote:

> Is there a known method for processing signals such as SIGTERM and
> SIGQUIT?  I need to be able to execute some code when either one of those
> signals are sent to my application.

See the signal or sigaction calls in the linux unit documentation.
They contain example programs.

Michael.





More information about the fpc-pascal mailing list