X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=cc3a2d56867d216faac5a111468a3f3672e84fea;hb=2c514edd2b01baa2ffec1f733a06f8a826b335a3;hp=dea5509b5a02eb274e25b8cbda784d2b39131407;hpb=71ad25e2e6834816b238dc315491d5d57fc482b3;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index dea5509b5..cc3a2d568 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 */