arrfab / rpms / glibc

Forked from rpms/glibc 4 years ago
Clone

Blame SOURCES/glibc-rh1505492-undef-41.patch

147e83
commit d22f1fe2f369a273533e50d757c4590adf147ef1
147e83
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
147e83
Date:   Thu Jul 10 14:20:42 2014 +0530
147e83
147e83
    Fix Wundef warning for HAVE_STRFTIME
147e83
    
147e83
    Define it to 0
147e83
147e83
diff --git a/time/strftime_l.c b/time/strftime_l.c
147e83
index d33a9687e02457f5..21303c9735baeb5f 100644
147e83
--- a/time/strftime_l.c
147e83
+++ b/time/strftime_l.c
147e83
@@ -29,6 +29,7 @@
147e83
 # define HAVE_TM_ZONE 1
147e83
 # define HAVE_TZNAME 1
147e83
 # define HAVE_TZSET 1
147e83
+# define HAVE_STRFTIME 0
147e83
 # define MULTIBYTE_IS_FORMAT_SAFE 1
147e83
 # define STDC_HEADERS 1
147e83
 # include "../locale/localeinfo.h"