mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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:
parent
a198d37ade
commit
ebd32784ce
23
ChangeLog
23
ChangeLog
@ -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
1
include/ar.h
Normal file
@ -0,0 +1 @@
|
||||
#include <misc/ar.h>
|
1
include/bits/mqueue2.h
Normal file
1
include/bits/mqueue2.h
Normal file
@ -0,0 +1 @@
|
||||
#include <rt/bits/mqueue2.h>
|
1
include/bits/stdio.h
Normal file
1
include/bits/stdio.h
Normal file
@ -0,0 +1 @@
|
||||
#include <libio/bits/stdio.h>
|
1
include/bits/stdio2.h
Normal file
1
include/bits/stdio2.h
Normal file
@ -0,0 +1 @@
|
||||
#include <libio/bits/stdio2.h>
|
1
include/fstab.h
Normal file
1
include/fstab.h
Normal file
@ -0,0 +1 @@
|
||||
#include <misc/fstab.h>
|
1
include/fts.h
Normal file
1
include/fts.h
Normal file
@ -0,0 +1 @@
|
||||
#include <io/fts.h>
|
1
include/lastlog.h
Normal file
1
include/lastlog.h
Normal file
@ -0,0 +1 @@
|
||||
#include <login/lastlog.h>
|
1
include/netinet/icmp6.h
Normal file
1
include/netinet/icmp6.h
Normal file
@ -0,0 +1 @@
|
||||
#include <inet/netinet/icmp6.h>
|
1
include/netinet/igmp.h
Normal file
1
include/netinet/igmp.h
Normal file
@ -0,0 +1 @@
|
||||
#include <inet/netinet/igmp.h>
|
1
include/netinet/ip6.h
Normal file
1
include/netinet/ip6.h
Normal file
@ -0,0 +1 @@
|
||||
#include <inet/netinet/ip6.h>
|
1
include/re_comp.h
Normal file
1
include/re_comp.h
Normal file
@ -0,0 +1 @@
|
||||
#include <posix/re_comp.h>
|
1
include/regexp.h
Normal file
1
include/regexp.h
Normal file
@ -0,0 +1 @@
|
||||
#include <misc/regexp.h>
|
1
include/rpcsvc/bootparam.h
Normal file
1
include/rpcsvc/bootparam.h
Normal file
@ -0,0 +1 @@
|
||||
#include <sunrpc/rpcsvc/bootparam.h>
|
1
include/rpcsvc/yp_prot.h
Normal file
1
include/rpcsvc/yp_prot.h
Normal file
@ -0,0 +1 @@
|
||||
#include <nis/rpcsvc/yp_prot.h>
|
1
include/sys/random.h
Normal file
1
include/sys/random.h
Normal file
@ -0,0 +1 @@
|
||||
#include <stdlib/sys/random.h>
|
1
include/sys/stropts.h
Normal file
1
include/sys/stropts.h
Normal file
@ -0,0 +1 @@
|
||||
#include <streams/sys/stropts.h>
|
1
include/sys/ttychars.h
Normal file
1
include/sys/ttychars.h
Normal file
@ -0,0 +1 @@
|
||||
#include <termios/sys/ttychars.h>
|
1
include/sys/vfs.h
Normal file
1
include/sys/vfs.h
Normal file
@ -0,0 +1 @@
|
||||
#include <io/sys/vfs.h>
|
1
include/wait.h
Normal file
1
include/wait.h
Normal file
@ -0,0 +1 @@
|
||||
#include <posix/wait.h>
|
Loading…
Reference in New Issue
Block a user