From patchwork Fri Feb 8 22:15:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1039025 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-99896-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="Lj1o0Bg7"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43x8fS0TBfz9sDr for ; Sat, 9 Feb 2019 09:16:31 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=Na8BIv4cuyKyc4WYSKZgy8p6R/Hvf ghdaspTWQO/4Abeq28rarqMsbJFkv8M7uzF3LfDPvb18GKC1iUjam67FZAk0JeQA g3GfSnkcZAioRKIs+roZ/BxDZDiGc1SCxUDxrcfdwhNwJWHEKG5Q1X/7rGWJXpKW /FxiL6MYJQEAlY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=tYYKXLYaC8UCk1u1q5PVhJFisSU=; b=Lj1 o0Bg7o42tzjcRiYbpFuwF8ELK6AjEdFqkkm2horLSjQ7XEO9hC0JrYTkszko6eNm ompoCkgBbTFwap+M5T9BwDSs3FI6n8zn6YpGnRADTb5+tj+5yXGTWK1TlGT4UUj1 9THYnYLC1pPkuEYNFnJFyx5JN069IWaK+AGtAOM8= Received: (qmail 32149 invoked by alias); 8 Feb 2019 22:16:16 -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 31967 invoked by uid 89); 8 Feb 2019 22:16:02 -0000 Authentication-Results: sourceware.org; auth=none 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, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH] Add missing header wrappers under include/ Date: Fri, 08 Feb 2019 23:15:31 +0100 Message-ID: <87sgwyhqpo.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 With a complete set of wrapper headers, it will be possible to check for automatically for new installed headers which lack such wrappers. 2019-02-08 Florian Weimer Add missing header wrappers under include/. * include/ar.h: New file. * include/bits/mqueue2.h: Likewise. * include/bits/stdio.h: Likewise. * include/bits/stdio2.h: Likewise. * include/fstab.h: Likewise. * include/fts.h: Likewise. * include/lastlog.h: Likewise. * include/netinet/icmp6.h: Likewise. * include/netinet/igmp.h: Likewise. * include/netinet/ip6.h: Likewise. * include/re_comp.h: Likewise. * include/regexp.h: Likewise. * include/sys/random.h: Likewise. * include/sys/stropts.h: Likewise. * include/sys/ttychars.h: Likewise. * include/sys/vfs.h: Likewise. * include/wait.h: Likewise. Reviewed-by: Carlos O'Donell diff --git a/include/ar.h b/include/ar.h new file mode 100644 index 0000000000..400167a53c --- /dev/null +++ b/include/ar.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/mqueue2.h b/include/bits/mqueue2.h new file mode 100644 index 0000000000..2d5c231181 --- /dev/null +++ b/include/bits/mqueue2.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/stdio.h b/include/bits/stdio.h new file mode 100644 index 0000000000..55c51eadeb --- /dev/null +++ b/include/bits/stdio.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/stdio2.h b/include/bits/stdio2.h new file mode 100644 index 0000000000..6d7cf4306f --- /dev/null +++ b/include/bits/stdio2.h @@ -0,0 +1 @@ +#include diff --git a/include/fstab.h b/include/fstab.h new file mode 100644 index 0000000000..314aa3e3b9 --- /dev/null +++ b/include/fstab.h @@ -0,0 +1 @@ +#include diff --git a/include/fts.h b/include/fts.h new file mode 100644 index 0000000000..145dce6779 --- /dev/null +++ b/include/fts.h @@ -0,0 +1 @@ +#include diff --git a/include/lastlog.h b/include/lastlog.h new file mode 100644 index 0000000000..5c0ea0320e --- /dev/null +++ b/include/lastlog.h @@ -0,0 +1 @@ +#include diff --git a/include/netinet/icmp6.h b/include/netinet/icmp6.h new file mode 100644 index 0000000000..fee15fc531 --- /dev/null +++ b/include/netinet/icmp6.h @@ -0,0 +1 @@ +#include diff --git a/include/netinet/igmp.h b/include/netinet/igmp.h new file mode 100644 index 0000000000..63a9355f79 --- /dev/null +++ b/include/netinet/igmp.h @@ -0,0 +1 @@ +#include diff --git a/include/netinet/ip6.h b/include/netinet/ip6.h new file mode 100644 index 0000000000..262c7c2405 --- /dev/null +++ b/include/netinet/ip6.h @@ -0,0 +1 @@ +#include diff --git a/include/re_comp.h b/include/re_comp.h new file mode 100644 index 0000000000..130df7d956 --- /dev/null +++ b/include/re_comp.h @@ -0,0 +1 @@ +#include diff --git a/include/regexp.h b/include/regexp.h new file mode 100644 index 0000000000..3155371b17 --- /dev/null +++ b/include/regexp.h @@ -0,0 +1 @@ +#include diff --git a/include/sys/random.h b/include/sys/random.h new file mode 100644 index 0000000000..b33d114b74 --- /dev/null +++ b/include/sys/random.h @@ -0,0 +1 @@ +#include diff --git a/include/sys/stropts.h b/include/sys/stropts.h new file mode 100644 index 0000000000..711f1502dd --- /dev/null +++ b/include/sys/stropts.h @@ -0,0 +1 @@ +#include diff --git a/include/sys/ttychars.h b/include/sys/ttychars.h new file mode 100644 index 0000000000..86cb77dd77 --- /dev/null +++ b/include/sys/ttychars.h @@ -0,0 +1 @@ +#include diff --git a/include/sys/vfs.h b/include/sys/vfs.h new file mode 100644 index 0000000000..95f311dbd6 --- /dev/null +++ b/include/sys/vfs.h @@ -0,0 +1 @@ +#include diff --git a/include/wait.h b/include/wait.h new file mode 100644 index 0000000000..ed3d08601e --- /dev/null +++ b/include/wait.h @@ -0,0 +1 @@ +#include