summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/posix/timer.h')
-rw-r--r--cpukit/include/rtems/posix/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/rtems/posix/timer.h b/cpukit/include/rtems/posix/timer.h
index 79fe093219..52732af991 100644
--- a/cpukit/include/rtems/posix/timer.h
+++ b/cpukit/include/rtems/posix/timer.h
@@ -50,6 +50,8 @@ typedef struct {
struct timespec time; /* Time at which the timer was started */
} POSIX_Timer_Control;
+extern const uint32_t _Configuration_POSIX_Maximum_timers;
+
/** @} */
#ifdef __cplusplus