This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21974 in repository glibc.
discards 8e43da2c00 Remove __bb_init_func and __bb_exit_func [BZ #21974] adds 0bb2fabcb3 Consolidate non cancellable openat call adds c181840c93 Consolidate non cancellable close call adds 7550717ed7 Mark internal SSE2 functions with attribute_hidden [BZ #18822] adds 94e6ba153b Move ____longjmp_chk prototype to include/setjmp.h new 7ed87317c7 Remove __bb_init_func and __bb_exit_func [BZ #21974] new fc77e888de Remove sysdeps/alpha/bb_init_func.S
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 (8e43da2c00) \ N -- N -- N refs/heads/hjl/pr21974 (fc77e888de)
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 2 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 | 115 ++++++++++++++++++++++++++++ catgets/open_catalog.c | 2 +- debug/longjmp_chk.c | 4 - gmon/gmon.c | 2 +- iconv/gconv_cache.c | 4 +- include/setjmp.h | 3 + include/sys/gmon.h | 4 - intl/loadmsgcat.c | 2 +- io/ftw.c | 8 +- libio/fileops.c | 6 +- libio/iopopen.c | 2 +- locale/loadarchive.c | 6 +- locale/loadlocale.c | 6 +- login/utmp_file.c | 8 +- misc/daemon.c | 4 +- nscd/nscd_getai.c | 2 +- nscd/nscd_getgr_r.c | 2 +- nscd/nscd_gethst_r.c | 2 +- nscd/nscd_getpw_r.c | 2 +- nscd/nscd_getserv_r.c | 2 +- nscd/nscd_helper.c | 4 +- nscd/nscd_initgroups.c | 2 +- nscd/nscd_netgroup.c | 4 +- nss/nss_db/db-open.c | 2 +- resolv/res-close.c | 4 +- sunrpc/pm_getmaps.c | 2 +- sysdeps/alpha/bb_init_func.S | 86 --------------------- sysdeps/generic/not-cancel.h | 16 ++-- sysdeps/mach/hurd/opendir.c | 2 +- sysdeps/posix/closedir.c | 2 +- sysdeps/posix/getaddrinfo.c | 4 +- sysdeps/posix/getcwd.c | 8 +- sysdeps/posix/opendir.c | 8 +- sysdeps/posix/spawni.c | 6 +- sysdeps/unix/sysv/linux/Versions | 1 + sysdeps/unix/sysv/linux/check_native.c | 2 +- sysdeps/unix/sysv/linux/check_pf.c | 2 +- sysdeps/unix/sysv/linux/close.c | 12 +++ sysdeps/unix/sysv/linux/fips-private.h | 2 +- sysdeps/unix/sysv/linux/gethostid.c | 4 +- sysdeps/unix/sysv/linux/getloadavg.c | 2 +- sysdeps/unix/sysv/linux/getlogin_r.c | 2 +- sysdeps/unix/sysv/linux/getsysstats.c | 6 +- sysdeps/unix/sysv/linux/grantpt.c | 2 +- sysdeps/unix/sysv/linux/i386/smp.h | 2 +- sysdeps/unix/sysv/linux/ia64/has_cpuclock.c | 2 +- sysdeps/unix/sysv/linux/if_index.c | 6 +- sysdeps/unix/sysv/linux/libc_fatal.c | 2 +- sysdeps/unix/sysv/linux/malloc-sysdep.h | 2 +- sysdeps/unix/sysv/linux/mq_notify.c | 2 +- sysdeps/unix/sysv/linux/not-cancel.h | 35 +++++---- sysdeps/unix/sysv/linux/openat.c | 20 +++++ sysdeps/unix/sysv/linux/openat64.c | 36 +++++++-- sysdeps/unix/sysv/linux/pthread_getname.c | 2 +- sysdeps/unix/sysv/linux/pthread_setname.c | 2 +- sysdeps/unix/sysv/linux/spawni.c | 6 +- sysdeps/unix/sysv/linux/sysconf.c | 2 +- sysdeps/x86_64/multiarch/strcspn-c.c | 2 +- sysdeps/x86_64/multiarch/strspn-c.c | 2 +- 59 files changed, 286 insertions(+), 208 deletions(-) delete mode 100644 sysdeps/alpha/bb_init_func.S