From 31bb4fe06e7ed828274fbda196d8e5eb72bb8301 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Nov 2015 12:50:30 -0600 Subject: [PATCH] Fix some conditional compilation. CONFIG_LIBC_LOCALTIME should be checked in most of the same places wehre CONFIG_TIME_EXTENDED is checked --- Documentation/NuttxUserGuide.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index eee7fce290..a91959e198 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -4052,7 +4052,7 @@ FAR struct tm *localtime(FAR const time_t *timep);

@@ -4081,7 +4081,7 @@ FAR char *asctime(FAR const struct tm *tp);

@@ -4172,7 +4172,7 @@ FAR struct tm *localtime_r(FAR const time_t *timep, FAR struct tm *result);

@@ -4204,7 +4204,8 @@ FAR char *asctime_r(FAR const struct tm *tp, FAR char *buf);