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 | |
parent | a198d37ade06c03e8dacc54f861fdd325e04381b (diff) | |
download | glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.zip glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.tar.gz glibc-ebd32784ce2029d0461a90a79bc4e37f8d051765.tar.bz2 |
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>
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | include/ar.h | 1 | ||||
-rw-r--r-- | include/bits/mqueue2.h | 1 | ||||
-rw-r--r-- | include/bits/stdio.h | 1 | ||||
-rw-r--r-- | include/bits/stdio2.h | 1 | ||||
-rw-r--r-- | include/fstab.h | 1 | ||||
-rw-r--r-- | include/fts.h | 1 | ||||
-rw-r--r-- | include/lastlog.h | 1 | ||||
-rw-r--r-- | include/netinet/icmp6.h | 1 | ||||
-rw-r--r-- | include/netinet/igmp.h | 1 | ||||
-rw-r--r-- | include/netinet/ip6.h | 1 | ||||
-rw-r--r-- | include/re_comp.h | 1 | ||||
-rw-r--r-- | include/regexp.h | 1 | ||||
-rw-r--r-- | include/rpcsvc/bootparam.h | 1 | ||||
-rw-r--r-- | include/rpcsvc/yp_prot.h | 1 | ||||
-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 | ||||
-rw-r--r-- | include/wait.h | 1 |
20 files changed, 42 insertions, 0 deletions
@@ -1,5 +1,28 @@ 2019-02-15 Florian Weimer <fweimer@redhat.com> + 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/rpcsvc/bootparam.h: Likewise. + * include/rpcsvc/yp_prot.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. + +2019-02-15 Florian Weimer <fweimer@redhat.com> + * nptl_db/proc_service.h: Move to ... * sysdeps/nptl/proc_service.h: ... here. * nptl_db/thread_db.h: Move to ... diff --git a/include/ar.h b/include/ar.h new file mode 100644 index 0000000..400167a --- /dev/null +++ b/include/ar.h @@ -0,0 +1 @@ +#include <misc/ar.h> diff --git a/include/bits/mqueue2.h b/include/bits/mqueue2.h new file mode 100644 index 0000000..2d5c231 --- /dev/null +++ b/include/bits/mqueue2.h @@ -0,0 +1 @@ +#include <rt/bits/mqueue2.h> diff --git a/include/bits/stdio.h b/include/bits/stdio.h new file mode 100644 index 0000000..55c51ea --- /dev/null +++ b/include/bits/stdio.h @@ -0,0 +1 @@ +#include <libio/bits/stdio.h> diff --git a/include/bits/stdio2.h b/include/bits/stdio2.h new file mode 100644 index 0000000..6d7cf43 --- /dev/null +++ b/include/bits/stdio2.h @@ -0,0 +1 @@ +#include <libio/bits/stdio2.h> diff --git a/include/fstab.h b/include/fstab.h new file mode 100644 index 0000000..314aa3e --- /dev/null +++ b/include/fstab.h @@ -0,0 +1 @@ +#include <misc/fstab.h> diff --git a/include/fts.h b/include/fts.h new file mode 100644 index 0000000..145dce6 --- /dev/null +++ b/include/fts.h @@ -0,0 +1 @@ +#include <io/fts.h> diff --git a/include/lastlog.h b/include/lastlog.h new file mode 100644 index 0000000..5c0ea03 --- /dev/null +++ b/include/lastlog.h @@ -0,0 +1 @@ +#include <login/lastlog.h> diff --git a/include/netinet/icmp6.h b/include/netinet/icmp6.h new file mode 100644 index 0000000..fee15fc --- /dev/null +++ b/include/netinet/icmp6.h @@ -0,0 +1 @@ +#include <inet/netinet/icmp6.h> diff --git a/include/netinet/igmp.h b/include/netinet/igmp.h new file mode 100644 index 0000000..63a9355 --- /dev/null +++ b/include/netinet/igmp.h @@ -0,0 +1 @@ +#include <inet/netinet/igmp.h> diff --git a/include/netinet/ip6.h b/include/netinet/ip6.h new file mode 100644 index 0000000..262c7c2 --- /dev/null +++ b/include/netinet/ip6.h @@ -0,0 +1 @@ +#include <inet/netinet/ip6.h> diff --git a/include/re_comp.h b/include/re_comp.h new file mode 100644 index 0000000..130df7d --- /dev/null +++ b/include/re_comp.h @@ -0,0 +1 @@ +#include <posix/re_comp.h> diff --git a/include/regexp.h b/include/regexp.h new file mode 100644 index 0000000..3155371 --- /dev/null +++ b/include/regexp.h @@ -0,0 +1 @@ +#include <misc/regexp.h> diff --git a/include/rpcsvc/bootparam.h b/include/rpcsvc/bootparam.h new file mode 100644 index 0000000..87e4eef --- /dev/null +++ b/include/rpcsvc/bootparam.h @@ -0,0 +1 @@ +#include <sunrpc/rpcsvc/bootparam.h> diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h new file mode 100644 index 0000000..ab1ca10 --- /dev/null +++ b/include/rpcsvc/yp_prot.h @@ -0,0 +1 @@ +#include <nis/rpcsvc/yp_prot.h> diff --git a/include/sys/random.h b/include/sys/random.h new file mode 100644 index 0000000..b33d114 --- /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 0000000..711f150 --- /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 0000000..86cb77d --- /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 0000000..95f311d --- /dev/null +++ b/include/sys/vfs.h @@ -0,0 +1 @@ +#include <io/sys/vfs.h> diff --git a/include/wait.h b/include/wait.h new file mode 100644 index 0000000..ed3d086 --- /dev/null +++ b/include/wait.h @@ -0,0 +1 @@ +#include <posix/wait.h> |