[Top][All Lists]
[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
- Todo for libposix branch?, Reuben Thomas, 2011/05/03
- Re: Todo for libposix branch?, Bruce Korb, 2011/05/03
- Re: Todo for libposix branch?, Gary V. Vaughan, 2011/05/04
- Re: Todo for libposix branch?, Reuben Thomas, 2011/05/04
- Re: glob-libc.h not installed, Bruce Korb, 2011/05/04
- Re: glob-libc.h not installed,
Reuben Thomas <=
- Re: glob-libc.h not installed, Reuben Thomas, 2011/05/08
- Re: glob-libc.h not installed, Bruce Korb, 2011/05/09
- Re: glob-libc.h not installed, Reuben Thomas, 2011/05/25
- Re: glob-libc.h not installed, Bruce Korb, 2011/05/25
Re: Todo for libposix branch?, Bruno Haible, 2011/05/03
Re: Todo for libposix branch?, Bruno Haible, 2011/05/29