summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 19:29:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 19:29:51 +0000
commitc6fa38c0062e301a4b5cb5ee4141347074d7d74f (patch)
tree89f60664e9f2f212f0ca819e9d5c7088869ebe57 /c/src/exec
parentadded enumerated constant for the POSIX API as an error source (diff)
downloadrtems-c6fa38c0062e301a4b5cb5ee4141347074d7d74f.tar.bz2
added maximum keys
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/sapi/headers/confdefs.h2
-rw-r--r--c/src/exec/sapi/include/confdefs.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/sapi/headers/confdefs.h b/c/src/exec/sapi/headers/confdefs.h
index dd066c93e2..049c115d4d 100644
--- a/c/src/exec/sapi/headers/confdefs.h
+++ b/c/src/exec/sapi/headers/confdefs.h
@@ -387,7 +387,7 @@ posix_api_configuration_table Configuration_POSIX_API = {
CONFIGURE_MAXIMUM_POSIX_THREADS,
CONFIGURE_MAXIMUM_POSIX_MUTEXES,
CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES,
- CONFIGURE_MAXIMUM_POSIX_CONDITION_KEYS,
+ CONFIGURE_MAXIMUM_POSIX_KEYS,
0,
NULL
};
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index dd066c93e2..049c115d4d 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -387,7 +387,7 @@ posix_api_configuration_table Configuration_POSIX_API = {
CONFIGURE_MAXIMUM_POSIX_THREADS,
CONFIGURE_MAXIMUM_POSIX_MUTEXES,
CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES,
- CONFIGURE_MAXIMUM_POSIX_CONDITION_KEYS,
+ CONFIGURE_MAXIMUM_POSIX_KEYS,
0,
NULL
};