summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/headers/config.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-13 20:45:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-13 20:45:38 +0000
commit25a882a611feb39b26d4d282de53c5f1c7b01189 (patch)
treef0dd6ae9c2e73b4a89c789f686e11e841b3f44b8 /c/src/exec/posix/headers/config.h
parentAdded _Thread_Do_post_task_switch_extension variable. (diff)
downloadrtems-25a882a611feb39b26d4d282de53c5f1c7b01189.tar.bz2
config.h: added maximum_queued_signals.
psignal.h: fixed typo.
Diffstat (limited to 'c/src/exec/posix/headers/config.h')
-rw-r--r--c/src/exec/posix/headers/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/exec/posix/headers/config.h b/c/src/exec/posix/headers/config.h
index 42957d74a5..58fb55f066 100644
--- a/c/src/exec/posix/headers/config.h
+++ b/c/src/exec/posix/headers/config.h
@@ -46,6 +46,7 @@ typedef struct {
int maximum_mutexes;
int maximum_condition_variables;
int maximum_keys;
+ int maximum_queued_signals;
int number_of_initialization_tasks;
posix_initialization_threads_table *User_initialization_tasks_table;
} posix_api_configuration_table;