This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] PowerPC: Fix __fe_mask_env export
- From: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Wed, 13 Nov 2013 10:46:46 -0200
- Subject: Re: [PATCH] PowerPC: Fix __fe_mask_env export
- Authentication-results: sourceware.org; auth=none
- References: <52829068 dot 60100 at linux dot vnet dot ibm dot com> <Pine dot LNX dot 4 dot 64 dot 1311122043330 dot 6467 at digraph dot polyomino dot org dot uk>
On 12-11-2013 18:44, Joseph S. Myers wrote:
> On Tue, 12 Nov 2013, Adhemerval Zanella wrote:
>
>> -# define FE_NOMASK_ENV FE_ENABLED_ENV
>> -# define FE_MASK_ENV FE_DFL_ENV
> These are part of the public API for this platform and should not be
> removed from the installed header. Only the __fe_* functions should be
> removed from the installed header.
>
Thanks, push as 7a2ad8cf392acfcaef319e722dda9101d4d8b6bd with proposed fixes.