Added function status and data types

This commit is contained in:
Joel Sherrill
1998-03-16 18:08:38 +00:00
parent aedf4527f7
commit 3349409381
3 changed files with 54 additions and 21 deletions

View File

@@ -53,6 +53,13 @@ _exit(), Function, Unimplemented
@subsection Signal Concepts
@example
sigset_t, Type,
struct sigevent, Type,
union sigval, Type,
siginfo_t, Type,
@end example
@subsection Send a Signal to a Process
@example
@@ -73,6 +80,7 @@ sigismember(), Function, Implemented
@example
sigaction(), Function, Implemented
sigaction, Type,
@end example
@subsection Examine and Change Blocked Signals