summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/posix/semaphore.h')
-rw-r--r--cpukit/include/rtems/posix/semaphore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/posix/semaphore.h b/cpukit/include/rtems/posix/semaphore.h
index 9133db22be..734d8bb84b 100644
--- a/cpukit/include/rtems/posix/semaphore.h
+++ b/cpukit/include/rtems/posix/semaphore.h
@@ -46,6 +46,8 @@ typedef struct {
uint32_t open_count;
} POSIX_Semaphore_Control;
+extern const uint32_t _Configuration_POSIX_Maximum_named_semaphores;
+
/** @} */
#ifdef __cplusplus