Paul Eggert wrote: > + time_r: fix typo that always overrode localtime_r decl
The mistake was mine, sorry. But the effect was harmless: gnulib's <time.h> was merely providing a redundant declaration. Also, not all platforms were affected: In past build logs, I can see checking whether localtime_r is declared... no for glibc, Mac OS X, Minix, AIX, HP-UX 11.00, OSF/1, and checking whether localtime_r is declared... yes for FreeBSD, NetBSD, OpenBSD, HP-UX 11.31, IRIX, Solaris 9..11, Cygwin; on these latter platforms we were lucky. Bruno