diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | time/strptime_l.c | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com> + * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R. + * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME. * io/ftw.c: Include sys/param.h unconditionally. diff --git a/time/strptime_l.c b/time/strptime_l.c index 8fe623d579..b3a612e03c 100644 --- a/time/strptime_l.c +++ b/time/strptime_l.c @@ -28,6 +28,7 @@ #include <stdbool.h> #ifdef _LIBC +# define HAVE_LOCALTIME_R 0 # include "../locale/localeinfo.h" #endif |