summaryrefslogtreecommitdiffstats
path: root/cpukit
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 /cpukit
parentadded enumerated constant for the POSIX API as an error source (diff)
downloadrtems-c6fa38c0062e301a4b5cb5ee4141347074d7d74f.tar.bz2
added maximum keys
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index dd066c93e2..049c115d4d 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/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
};