aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/time.in.h')
-rw-r--r--lib/time.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/time.in.h b/lib/time.in.h
index 3740364b094..fef89807f8a 100644
--- a/lib/time.in.h
+++ b/lib/time.in.h
@@ -217,7 +217,7 @@ _GL_CXXALIAS_SYS (gmtime, struct tm *, (time_t const *__timer));
217_GL_CXXALIASWARN (gmtime); 217_GL_CXXALIASWARN (gmtime);
218# endif 218# endif
219 219
220/* Parse BUF as a time stamp, assuming FORMAT specifies its layout, and store 220/* Parse BUF as a timestamp, assuming FORMAT specifies its layout, and store
221 the resulting broken-down time into TM. See 221 the resulting broken-down time into TM. See
222 <http://www.opengroup.org/susv3xsh/strptime.html>. */ 222 <http://www.opengroup.org/susv3xsh/strptime.html>. */
223# if @GNULIB_STRPTIME@ 223# if @GNULIB_STRPTIME@