* lib/mktime.c (mktime): Fix typo (misspelled "_LIBC").
+2018-09-19 Paul Eggert <eggert@cs.ucla.edu>
+
+ mktime: fix _LIBC typo
+ * lib/mktime.c (mktime): Fix typo (misspelled "_LIBC").
+
2018-09-19 Norihiro Tanaka <noritnk@kcn.ne.jp>
dfa: optimization for state merge
be set as if the tzset() function had been called. */
__tzset ();
-# if defined __LIBC || NEED_MKTIME_WORKING
+# if defined _LIBC || NEED_MKTIME_WORKING
static mktime_offset_t localtime_offset;
return __mktime_internal (tp, __localtime_r, &localtime_offset);
# else