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