# HG changeset patch # User Jim Meyering # Date 1007931763 0 # Node ID 65902b326bf13946ac95d44da6dcb02e13a8eafc # Parent 067ab3487ecd9d5540f2d4d0967a2c856343988a (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 --- 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 */