From 7ed377bc69e8cf96b989018322dc43bc0f2d2e36 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 20 Oct 2017 08:43:15 +0200 Subject: score: _Watchdog_Is_far_future_monotonic_timespec Update #3117. Update #3182. --- cpukit/sapi/include/confdefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/sapi/include/confdefs.h') diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h index 13e97c9487..aed740b594 100755 --- a/cpukit/sapi/include/confdefs.h +++ b/cpukit/sapi/include/confdefs.h @@ -3110,6 +3110,9 @@ extern rtems_initialization_tasks_table Initialization_tasks[]; const uint32_t _Watchdog_Ticks_per_second = _CONFIGURE_TICKS_PER_SECOND; + const uint64_t _Watchdog_Monotonic_max_seconds = + UINT64_MAX / _CONFIGURE_TICKS_PER_SECOND; + /** * This is the Classic API Configuration Table. */ -- cgit v1.2.3