This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] stdlib: Reduce namespace pollution in <inttypes.h>
- From: Florian Weimer <fweimer at redhat dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 17 Feb 2020 12:56:46 +0100
- Subject: Re: [PATCH] stdlib: Reduce namespace pollution in <inttypes.h>
- References: <877e0lscqu.fsf@oldenburg2.str.redhat.com> <mvma75h77k7.fsf@suse.de>
* Andreas Schwab:
> On Feb 17 2020, Florian Weimer wrote:
>
>> This results in conform test failures if the tests are run
>
> Did you mean "This fixes"?
Yes, the namespace pollution results in test failures, and this patch
fixes them.
Thanks,
Florian