From ebd32784ce2029d0461a90a79bc4e37f8d051765 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 15 Feb 2019 21:51:35 +0100 Subject: Add missing header wrappers under include/ With a complete set of wrapper headers, it will be possible to check for automatically for new installed headers which lack such wrappers. Reviewed-by: Carlos O'Donell --- include/bits/mqueue2.h | 1 + include/bits/stdio.h | 1 + include/bits/stdio2.h | 1 + 3 files changed, 3 insertions(+) create mode 100644 include/bits/mqueue2.h create mode 100644 include/bits/stdio.h create mode 100644 include/bits/stdio2.h (limited to 'include/bits') 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 -- cgit v1.2.3