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/sys/random.h | 1 + include/sys/stropts.h | 1 + include/sys/ttychars.h | 1 + include/sys/vfs.h | 1 + 4 files changed, 4 insertions(+) create mode 100644 include/sys/random.h create mode 100644 include/sys/stropts.h create mode 100644 include/sys/ttychars.h create mode 100644 include/sys/vfs.h (limited to 'include/sys') 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 -- cgit v1.2.3