摘要:
#include "public.h"void myaction(int sig,siginfo_t *info,void *reverse){int i=0;while (i<5){/*printf("i = %d sig=%d\n",i,sig);printf("recive value=%d\n",info->si_value.sival_int);printf("info->si_int=%d\n",info->si_int);printf("info->si_pid 阅读全文