aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time.in.h
diff options
context:
space:
mode:
authorPaul Eggert2024-02-14 21:18:25 -0800
committerPaul Eggert2024-02-14 22:05:06 -0800
commit377e4212e9df293ba2021238bae2bdccf5c8b8d3 (patch)
tree7bafb4a397e147ba6a765da26a36858146ebd5f5 /lib/time.in.h
parent7c32f3bcd6d390510d9463b3100255cecab41e1c (diff)
downloademacs-377e4212e9df293ba2021238bae2bdccf5c8b8d3.tar.gz
emacs-377e4212e9df293ba2021238bae2bdccf5c8b8d3.zip
Update from Gnulib by running admin/merge-gnulib
* lib/strftime.c: New file, copied from Gnulib.
Diffstat (limited to 'lib/time.in.h')
-rw-r--r--lib/time.in.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/time.in.h b/lib/time.in.h
index ce28f1af25d..df99c8abca9 100644
--- a/lib/time.in.h
+++ b/lib/time.in.h
@@ -438,11 +438,7 @@ _GL_CXXALIAS_SYS (ctime, char *, (time_t const *__tp));
438_GL_CXXALIASWARN (ctime); 438_GL_CXXALIASWARN (ctime);
439# endif 439# endif
440# elif defined GNULIB_POSIXCHECK 440# elif defined GNULIB_POSIXCHECK
441# undef ctime 441/* No need to warn about portability, as a more serious warning is below. */
442# if HAVE_RAW_DECL_CTIME
443_GL_WARN_ON_USE (ctime, "ctime has portability problems - "
444 "use gnulib module ctime for portability");
445# endif
446# endif 442# endif
447 443
448/* Convert *TP to a date and time string. See 444/* Convert *TP to a date and time string. See