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.
discards 5dae953 Remove __need macros from errno.h (__need_Emath, __need_error_t). discards 5948c60 Convert signal.h from __need macros to bits/types/ headers. discards a9db20a The bits/types/*.h treatment for stdio and wchar. discards 7edb60b Suppress internal declarations for most of the testsuite. discards e37bd59 Remove _IO_MTSAFE_IO from public headers. adds 1e4d83f Deprecate libnsl by default (only shared library will be buil [...] adds e4e2621 Fix failing test malloc/tst-interpose-nothread with GCC 7. adds 261d014 Merge branch 'master' of ssh://sourceware.org/git/glibc adds a640393 Regenerate INSTALL. adds c15f8eb x86-64: Improve branch predication in _dl_runtime_resolve_avx [...] new b9e8c90 Another round of inclusion fixes for _ISOMAC testsuite. new f56c331 Remove _IO_MTSAFE_IO from public headers. new 1ec93d4 Suppress internal declarations for most of the testsuite. new 316f2c8 The bits/types/*.h treatment for stdio and wchar. new c2a4e44 Convert signal.h from __need macros to bits/types/ headers. new c1fcf1a Remove __need macros from errno.h (__need_Emath, __need_error_t).
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (5dae953) \ N -- N -- N refs/heads/zack/headers-cleanups (c1fcf1a)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 6 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: ChangeLog | 76 +++++++++++++++++++++++++++++++++ INSTALL | 6 +++ NEWS | 20 +++++++++ config.h.in | 4 ++ config.make.in | 1 + configure | 18 ++++++++ configure.ac | 11 +++++ include/libc-symbols.h | 6 +++ include/libio.h | 14 +++--- include/rpcsvc/nislib.h | 33 ++++++++++++++ include/rpcsvc/yp.h | 4 ++ include/rpcsvc/ypclnt.h | 9 ++++ libio/libio.h | 11 +++++ malloc/tst-interpose-aux.c | 2 +- manual/install.texi | 7 +++ nis/Makefile | 17 ++++++-- nis/nis_add.c | 2 +- nis/nis_addmember.c | 1 + nis/nis_call.c | 12 +++--- nis/nis_checkpoint.c | 1 + nis/nis_clone_dir.c | 1 + nis/nis_clone_obj.c | 2 +- nis/nis_clone_res.c | 1 + nis/nis_creategroup.c | 1 + nis/nis_defaults.c | 6 +-- nis/nis_destroygroup.c | 1 + nis/nis_domain_of.c | 1 + nis/nis_domain_of_r.c | 2 +- nis/nis_error.c | 7 ++- nis/nis_file.c | 5 ++- nis/nis_free.c | 10 ++--- nis/nis_getservlist.c | 2 + nis/nis_ismember.c | 1 + nis/nis_local_names.c | 8 ++-- nis/nis_lookup.c | 2 +- nis/nis_mkdir.c | 1 + nis/nis_modify.c | 2 +- nis/nis_ping.c | 1 + nis/nis_print.c | 15 ++++--- nis/nis_print_group_entry.c | 1 + nis/nis_remove.c | 2 +- nis/nis_removemember.c | 1 + nis/nis_rmdir.c | 1 + nis/nis_server.c | 3 ++ nis/nis_subr.c | 14 +++--- nis/nis_table.c | 11 +++-- nis/nis_util.c | 2 +- nis/nis_verifygroup.c | 1 + nis/nis_xdr.c | 8 ++-- nis/yp_xdr.c | 47 +++++++++++--------- nis/ypclnt.c | 20 ++++++--- nis/ypupdate_xdr.c | 6 +-- stdio-common/bug25.c | 1 + sunrpc/Makefile | 3 +- support/tst-support_format_dns_packet.c | 4 ++ support/tst-support_record_failure-2.sh | 10 ++--- support/tst-support_record_failure.c | 1 + sysdeps/x86_64/dl-trampoline.S | 3 +- sysdeps/x86_64/dl-trampoline.h | 9 ++-- 59 files changed, 370 insertions(+), 102 deletions(-)