summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch03.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 18:08:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 18:08:38 +0000
commit33494093816741dca34025634a85178795e7a487 (patch)
treebfc1dc138a0dfb3d3c667ac67f83e34b215bf2f5 /doc/posix1003.1/ch03.t
parentCleaned up format and added data types. (diff)
downloadrtems-33494093816741dca34025634a85178795e7a487.tar.bz2
Added function status and data types
Diffstat (limited to 'doc/posix1003.1/ch03.t')
-rw-r--r--doc/posix1003.1/ch03.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch03.t b/doc/posix1003.1/ch03.t
index b72da34ae8..74ddc5d68a 100644
--- a/doc/posix1003.1/ch03.t
+++ b/doc/posix1003.1/ch03.t
@@ -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