![]() |
YASH 0.1
CLI written in C
|
Signal handling functions for the YASH shell. More...
Go to the source code of this file.
Functions | |
| void | setup_signal_handlers (void) |
| Setup signal handlers for SIGINT, SIGTSTP, and SIGCHLD. | |
| void | sigchld_handler (int sig) |
| SIGCHLD handler. | |
| void | sigint_handler (int sig) |
| SIGINT handler (Ctrl-C) | |
| void | sigtstp_handler (int sig) |
| SIGTSTP handler (Ctrl-Z) | |
Signal handling functions for the YASH shell.
This header file contains the signal handling functions for the YASH shell.
| void sigchld_handler | ( | int | sig | ) |
SIGCHLD handler.
| sig | Signal number |
| void sigint_handler | ( | int | sig | ) |
SIGINT handler (Ctrl-C)
| sig | Signal number |
| void sigtstp_handler | ( | int | sig | ) |
SIGTSTP handler (Ctrl-Z)
| sig | Signal number |