This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from e442e40de5 io: Consolidate lockf implementation adds a198d37ade Move remaining nptl_db headers to sysdeps/nptl adds ebd32784ce Add missing header wrappers under include/ adds ad18dadec9 Add check for missing wrapper headers
No new revisions were added by this update.
Summary of changes: ChangeLog | 40 +++++++++++ Makefile | 9 ++- Rules | 11 ++- include/ar.h | 1 + include/bits/mqueue2.h | 1 + include/bits/stdio.h | 1 + include/bits/stdio2.h | 1 + include/fstab.h | 1 + include/fts.h | 1 + include/lastlog.h | 1 + include/netinet/icmp6.h | 1 + include/netinet/igmp.h | 1 + include/netinet/ip6.h | 1 + include/re_comp.h | 1 + include/regexp.h | 1 + include/rpcsvc/bootparam.h | 1 + include/rpcsvc/yp_prot.h | 1 + include/sys/random.h | 1 + include/sys/stropts.h | 1 + include/sys/ttychars.h | 1 + include/sys/vfs.h | 1 + include/wait.h | 1 + nptl/descr.h | 2 +- scripts/check-wrapper-headers.py | 113 +++++++++++++++++++++++++++++++ {nptl_db => sysdeps/nptl}/proc_service.h | 0 {nptl_db => sysdeps/nptl}/thread_db.h | 0 26 files changed, 189 insertions(+), 5 deletions(-) create mode 100644 include/ar.h create mode 100644 include/bits/mqueue2.h create mode 100644 include/bits/stdio.h create mode 100644 include/bits/stdio2.h create mode 100644 include/fstab.h create mode 100644 include/fts.h create mode 100644 include/lastlog.h create mode 100644 include/netinet/icmp6.h create mode 100644 include/netinet/igmp.h create mode 100644 include/netinet/ip6.h create mode 100644 include/re_comp.h create mode 100644 include/regexp.h create mode 100644 include/rpcsvc/bootparam.h create mode 100644 include/rpcsvc/yp_prot.h create mode 100644 include/sys/random.h create mode 100644 include/sys/stropts.h create mode 100644 include/sys/ttychars.h create mode 100644 include/sys/vfs.h create mode 100644 include/wait.h create mode 100644 scripts/check-wrapper-headers.py rename {nptl_db => sysdeps/nptl}/proc_service.h (100%) rename {nptl_db => sysdeps/nptl}/thread_db.h (100%)