From: Jim Meyering Date: Sun, 9 Dec 2001 21:02:43 +0000 (+0000) Subject: (my_strftime_localtime_r): Include this function X-Git-Tag: TEXTUTILS-2_0_19~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26061de96f0443974c5f554a2bfe67442065b5f3;p=thirdparty%2Fcoreutils.git (my_strftime_localtime_r): Include this function definition in the `#if ! HAVE_TM_GMTOFF' block. --- diff --git a/lib/strftime.c b/lib/strftime.c index dea5509b5a..cc3a2d5686 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -191,7 +191,6 @@ my_strftime_gmtime_r (t, tp) *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 @@ my_strftime_localtime_r (t, tp) *tp = *l; return tp; } +# endif /* ! HAVE_TM_GMTOFF */ #endif /* ! defined _LIBC */