From patchwork Thu Aug 24 09:27:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 22343 Received: (qmail 40780 invoked by alias); 24 Aug 2017 09:27:55 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 33675 invoked by uid 89); 24 Aug 2017 09:27:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=historic, Hx-languages-length:1298 X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B1E8E356DC Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=fweimer@redhat.com To: GNU C Library From: Florian Weimer Subject: [PATCH] include/bits/*-ldbl.h headers Message-ID: Date: Thu, 24 Aug 2017 11:27:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 We are carrying this historic patch. I think such patches are necessary to prevent installed header files leaking into the build, but its curious that this isn't happening already. Should we apply this upstream? Thanks, Florian From 5eb4509a6651d19c7a28c4506d6aa582c9ee095a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 1 Feb 2006 09:30:43 +0000 Subject: [PATCH] 128-bit long double fixes * include/bits/stdlib-ldbl.h: New file. * include/bits/wchar-ldbl.h: New file. --- ChangeLog | 5 +++++ include/bits/stdlib-ldbl.h | 1 + include/bits/wchar-ldbl.h | 1 + 3 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 include/bits/stdlib-ldbl.h create mode 100644 include/bits/wchar-ldbl.h diff --git glibc-2.17-c758a686/include/bits/stdlib-ldbl.h glibc-2.17-c758a686/include/bits/stdlib-ldbl.h new file mode 100644 index 0000000..6250949 --- /dev/null +++ glibc-2.17-c758a686/include/bits/stdlib-ldbl.h @@ -0,0 +1 @@ +#include diff --git glibc-2.17-c758a686/include/bits/wchar-ldbl.h glibc-2.17-c758a686/include/bits/wchar-ldbl.h new file mode 100644 index 0000000..29baa2f --- /dev/null +++ glibc-2.17-c758a686/include/bits/wchar-ldbl.h @@ -0,0 +1 @@ +#include