summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/headers/config.h
diff options
context:
space:
mode:
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 c13253c2dd..1c0305652b 100644
--- a/c/src/exec/posix/headers/config.h
+++ b/c/src/exec/posix/headers/config.h
@@ -39,6 +39,7 @@ typedef struct {
int maximum_threads;
int maximum_mutexes;
int maximum_condition_variables;
+ int maximum_keys;
int number_of_initialization_tasks;
posix_initialization_tasks_table *User_initialization_tasks_table;
} posix_api_configuration_table;