Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ signal(3F) — sys5 — Apollo Domain/OS SR10.4.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kill(2)

signal(2)

SIGNAL(3F)                           SysV                           SIGNAL(3F)



NAME
     signal - specify FORTRAN action on receipt of a system signal

SYNOPSIS
     integer i, intfc
     external intfc

     call signal(i, intfc)

DESCRIPTION
     The argument i specifies the signal to be caught.  signal allows a
     process to specify a function to be invoked upon receipt of a specific
     signal.  The first argument specifies which fault or exception.  The
     second argument specifies the function to be invoked.
     NOTE: The interrupt processing function, intfc, does not take an
     argument.

SEE ALSO
     kill(2), signal(2).

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026