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: 31373 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. 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