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

147e83
commit 180e0e4b29e4950cd411144c7b9dab1f850853d9
147e83
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
147e83
Date:   Thu Jul 10 14:21:27 2014 +0530
147e83
147e83
    Fix -Wundef warning for HAVE_LOCALTIME_R
147e83
    
147e83
    Define it to 0.  There is a gnulib copy for this, but it is out of
147e83
    sync with our copy.
147e83
147e83
diff --git a/time/strptime_l.c b/time/strptime_l.c
147e83
index 7bc5ed3eb0a349ce..14d50a2e879a2c5c 100644
147e83
--- a/time/strptime_l.c
147e83
+++ b/time/strptime_l.c
147e83
@@ -28,6 +28,7 @@
147e83
 #include <stdbool.h>
147e83
 
147e83
 #ifdef _LIBC
147e83
+# define HAVE_LOCALTIME_R 0
147e83
 # include "../locale/localeinfo.h"
147e83
 #endif
147e83