diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-15 21:51:35 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-16 08:25:16 +0100 |
commit | ebd32784ce2029d0461a90a79bc4e37f8d051765 (patch) | |
tree | 99e91df37a3d34cb5c82bb49a84f255a31695b4b /include/sys | |
parent | a198d37ade06c03e8dacc54f861fdd325e04381b (diff) | |
download | glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.tar glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.tar.gz glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.tar.bz2 glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.zip |
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 <carlos@redhat.com>
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/random.h | 1 | ||||
-rw-r--r-- | include/sys/stropts.h | 1 | ||||
-rw-r--r-- | include/sys/ttychars.h | 1 | ||||
-rw-r--r-- | include/sys/vfs.h | 1 |
4 files changed, 4 insertions, 0 deletions
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 <stdlib/sys/random.h> 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 <streams/sys/stropts.h> 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 <termios/sys/ttychars.h> 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 <io/sys/vfs.h> |