linux系统编程之信号(六):信号发送函数sigqueue和信号安装函数sigaction-CSDN博客

网站介绍:一,sigaction() #include <signal.h> int sigaction(int signum,const struct sigaction *act,struct sigaction *oldact)); sigaction函数用于改变进程接收到特定信号后的行为。该函数的第一个参数为信号的值,可以为除SIGKILL及SIGSTOP...