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 /ChangeLog | |
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>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 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 ... |