sigaction函数-数据流图到模块结构图的直接转换方法

时间:2024-07-12 01:23:46
【文件属性】:

文件名称:sigaction函数-数据流图到模块结构图的直接转换方法

文件大小:5.82MB

文件格式:PDF

更新时间:2024-07-12 01:23:46

APUE UNIX

10.14 sigaction函数 s i g a c t i o n函数的功能是检查或修改 (或两者 )与指定信号相关联的处理动作。此函数取代了 U N I X早期版本使用的s i g n a l函数。在本书末尾用s i g a c t i o n函数实现了s i g n a l。 #include int sigaction(int s i g n o, const struct sigaction *a c t, struct sigaction *o a c t) ; 返回:若成功则为0,若出错则为- 1 第 1 0章 信 号 2 2 3


网友评论