From 44c64b781045b8a070d8dd7edb1e609773b9f1ac Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jun 2003 18:03:01 +0000 Subject: [PATCH] [!_LIBC]: Ensure that the required autoconf test has been run. --- lib/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strftime.c b/lib/strftime.c index 838cfa7106..1c94d4cc58 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -493,7 +493,7 @@ static CHAR_T const month_name[][10] = # define ns 0 #endif -#if ! HAVE_RUN_TZSET_TEST +#if ! defined _LIBC && ! HAVE_RUN_TZSET_TEST /* Solaris 2.5.x and 2.6 tzset sometimes modify the storage returned by localtime. On such systems, we must use the tzset and localtime wrappers to work around the bug. */ -- 2.47.2