Differences between version 4 and previous revision of sigaction(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Sunday, February 23, 2003 2:36:38 pm | by PerryLorier | Revert |
Older page: | version 3 | Last edited on Sunday, February 23, 2003 2:35:51 pm | by PerryLorier | Revert |
@@ -97,10 +97,9 @@
!!RETURN VALUE
The functions __sigaction__, __sigprocmask__, __sigpending__ and __sigsuspend__ return 0 on success and -1 on error. (In the case of __sigsuspend__ there
will be no success, and only the error return with __EINTR__ is possible.)
!!ERRORS
-;[EINVAL]: An invalid signal was specified. This will also be generated if an attempt is made to change the action for [SIGKILL] or [SIGSTOP], which cannot be
-
caught.
+;[EINVAL]: An invalid signal was specified. This will also be generated if an attempt is made to change the action for [SIGKILL] or [SIGSTOP], which cannot be caught.
;[EFAULT]: ''act'', ''oldact'', ''set'' or ''oldset'' point to memory which is not a valid part of the process address space.
;[EINTR]: System call was interrupted.