changeset 3670:65902b326bf1

(my_strftime_localtime_r): Include this function definition in the `#if ! HAVE_TM_GMTOFF' block.
author Jim Meyering <jim@meyering.net>
date Sun, 09 Dec 2001 21:02:43 +0000
parents 067ab3487ecd
children e4228fee6413
files lib/strftime.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -191,7 +191,6 @@
   *tp = *l;
   return tp;
 }
-# endif /* ! HAVE_TM_GMTOFF */
 
 static struct tm *my_strftime_localtime_r __P ((const time_t *, struct tm *));
 static struct tm *
@@ -205,6 +204,7 @@
   *tp = *l;
   return tp;
 }
+# endif /* ! HAVE_TM_GMTOFF */
 #endif /* ! defined _LIBC */