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>
This commit is contained in:
Florian Weimer 2019-02-15 21:51:35 +01:00
parent a198d37ade
commit ebd32784ce
20 changed files with 42 additions and 0 deletions

View File

@ -1,3 +1,26 @@
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 ...

1
include/ar.h Normal file
View File

@ -0,0 +1 @@
#include <misc/ar.h>

1
include/bits/mqueue2.h Normal file
View File

@ -0,0 +1 @@
#include <rt/bits/mqueue2.h>

1
include/bits/stdio.h Normal file
View File

@ -0,0 +1 @@
#include <libio/bits/stdio.h>

1
include/bits/stdio2.h Normal file
View File

@ -0,0 +1 @@
#include <libio/bits/stdio2.h>

1
include/fstab.h Normal file
View File

@ -0,0 +1 @@
#include <misc/fstab.h>

1
include/fts.h Normal file
View File

@ -0,0 +1 @@
#include <io/fts.h>

1
include/lastlog.h Normal file
View File

@ -0,0 +1 @@
#include <login/lastlog.h>

1
include/netinet/icmp6.h Normal file
View File

@ -0,0 +1 @@
#include <inet/netinet/icmp6.h>

1
include/netinet/igmp.h Normal file
View File

@ -0,0 +1 @@
#include <inet/netinet/igmp.h>

1
include/netinet/ip6.h Normal file
View File

@ -0,0 +1 @@
#include <inet/netinet/ip6.h>

1
include/re_comp.h Normal file
View File

@ -0,0 +1 @@
#include <posix/re_comp.h>

1
include/regexp.h Normal file
View File

@ -0,0 +1 @@
#include <misc/regexp.h>

View File

@ -0,0 +1 @@
#include <sunrpc/rpcsvc/bootparam.h>

1
include/rpcsvc/yp_prot.h Normal file
View File

@ -0,0 +1 @@
#include <nis/rpcsvc/yp_prot.h>

1
include/sys/random.h Normal file
View File

@ -0,0 +1 @@
#include <stdlib/sys/random.h>

1
include/sys/stropts.h Normal file
View File

@ -0,0 +1 @@
#include <streams/sys/stropts.h>

1
include/sys/ttychars.h Normal file
View File

@ -0,0 +1 @@
#include <termios/sys/ttychars.h>

1
include/sys/vfs.h Normal file
View File

@ -0,0 +1 @@
#include <io/sys/vfs.h>

1
include/wait.h Normal file
View File

@ -0,0 +1 @@
#include <posix/wait.h>