This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/headers-cleanups in repository glibc.
from c1fcf1a Remove __need macros from errno.h (__need_Emath, __need_error_t). new bf43546 Remove __need_list_t and __need_res_state.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/bits/types/res_state.h | 1 + include/list.h | 38 +++------ .../pthread_barrierattr_init.c => include/list_t.h | 15 ++-- nptl/descr.h | 6 +- resolv/Makefile | 2 +- resolv/bits/types/res_state.h | 71 +++++++++++++++++ resolv/resolv.h | 90 ++-------------------- 7 files changed, 101 insertions(+), 122 deletions(-) create mode 100644 include/bits/types/res_state.h copy nptl/pthread_barrierattr_init.c => include/list_t.h (78%) create mode 100644 resolv/bits/types/res_state.h