#include <signal.h>Include dependency graph for usignal.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | SIGHUP 1 |
| #define | SIGQUIT 3 |
| #define SIGHUP 1 |
Definition at line 3 of file usignal.h.
Referenced by Cleanup(), HandleSendSignal(), killed(), realmain(), and sigcatch().
| #define SIGQUIT 3 |
Definition at line 6 of file usignal.h.
Referenced by HandleSendSignal(), killed(), main(), realmain(), and sigcatch().
1.5.1