Bruno Haible writes:
> Ben Pfaff wrote:
>> This works around a bug in the glibc 2.7 macro implementation of
>> strtok_r described here:
>> http://sources.redhat.com/bugzilla/show_bug.cgi?id=5614.
>
> Thanks. I've done the following modifications to your patch:
[...]
Wow! I was planning to keep
Ben Pfaff wrote:
> This works around a bug in the glibc 2.7 macro implementation of
> strtok_r described here:
> http://sources.redhat.com/bugzilla/show_bug.cgi?id=5614.
Thanks. I've done the following modifications to your patch:
- Choose a macro name that is more similar to the current gnulib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Ben Pfaff on 8/31/2009 6:56 AM:
> The reason that I'm submitting it is
> that I discovered this glibc bug myself, and it's been bothering
> me ever since that gnulib doesn't detect and work around it,
> because it seems very easy to trigge