bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] time_r: fix typo that always overrode localtime_r decl


From: Bruno Haible
Subject: Re: [PATCH] time_r: fix typo that always overrode localtime_r decl
Date: Fri, 22 Jun 2012 18:46:56 +0200
User-agent: KMail/4.7.4 (Linux/3.1.10-1.9-desktop; KDE/4.7.4; x86_64; ; )

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]