This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 10/30] ldbl-128ibm-compat: Add err.h functions
- From: "Gabriel F. T. Gomes" <gabriel at inconstante dot net dot br>
- To: Paul E Murphy <murphyp at linux dot ibm dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 13 Nov 2019 11:24:24 -0300
- Subject: Re: [PATCH v2 10/30] ldbl-128ibm-compat: Add err.h functions
- References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-11-gabriel@inconstante.net.br> <24bd169d-65d8-98bf-baec-f67d97f46548@linux.ibm.com>
Hi, Paul,
On Fri, 08 Nov 2019, Paul E Murphy wrote:
>On 10/25/19 10:33 AM, Gabriel F. T. Gomes wrote:
>>
>> diff --git a/misc/errP.h b/misc/errP.h
>
>These are also declared in includes/err.h. Is there a subtle configury
>that prevents their usage?
Not at all, you're totally right. Removed (locally) in favor of
include/err.h (here and in the subsequent patch, v2 11/30).