bug-gnulib
[Top][All Lists]
Advanced

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

Re: glob-libc.h not installed


From: Reuben Thomas
Subject: Re: glob-libc.h not installed
Date: Wed, 4 May 2011 17:34:01 +0100

On 4 May 2011 17:24, Bruce Korb <address@hidden> wrote:
>
> I cannot tell.  My version of time.in.h is only 250 lines long, so I
> don't know what line 469 looks like.  My guess is some auto-editing
> variation of:
>
> _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
>                                          struct tm *restrict __result)
>                                         _GL_ARG_NONNULL ((1, 2)));
> likely yielding:
> struct tm * rpl_gmtime_r(time_t const *restrict __timer,
>                         struct tm *restrict __result);

That's exactly it, it's a line containing restrict.

> That be a gnulib bug.  I'll sync up the libposix branch just to be sure
> it hasn't been fixed already.

If you could send a ping when you've done that I'll update and try
again, thanks.

-- 
http://rrt.sc3d.org



reply via email to

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