From 563978fc7bcc304a543378535cea0ddcfcb6d85d Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 24 Jul 2015 14:03:56 +0200 Subject: [PATCH] RTEMS: disable use of CLOCK_MONOTONIC for RTEMS. Newlib provides CLOCK_MONOTONIC define but actual (4.11) RTEMS does not provide required support. Signed-off-by: Pavel Pisa --- orte/include/orte/orte_config_omk_rtems.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/include/orte/orte_config_omk_rtems.h b/orte/include/orte/orte_config_omk_rtems.h index cc49e12..a5b7fa3 100644 --- a/orte/include/orte/orte_config_omk_rtems.h +++ b/orte/include/orte/orte_config_omk_rtems.h @@ -51,7 +51,7 @@ /* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if you don't. */ -#define HAVE_DECL_CLOCK_MONOTONIC 1 +/* #define HAVE_DECL_CLOCK_MONOTONIC 1 */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 -- 2.39.2