summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 5800202e69..4fd5f3a1cb 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -3188,6 +3188,10 @@ sig_num_init (sig_name.U):
below. A "ZERO" is prepended to the list, and the list is
terminated with a plain 0.
+sig_size (sig_name.U):
+ This variable contains the number of elements of the sig_name
+ and sig_num arrays, including the final NULL entry.
+
signal_t (d_voidsig.U):
This variable holds the type of the signal handler (void or int).