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 ab81c03722 Don't install libio.h or _G_config.h. discards f8b241f090 Remove bits/string.h. discards 0af2a03add Remove bits/string2.h (to be superseded). discards 6242044a87 Factor out shared definitions from bits/signum.h. discards eee10fb457 Remove __need_schedparam and __cpu_set_t_defined. discards f4d2948c59 Remove __need_IOV_MAX and __need_FOPEN_MAX. discards dba2742c44 Remove __need macros from stdio.h and wchar.h. discards de795784ed Remove __need macros from errno.h (__need_Emath, __need_error_t). adds 7553131847 Fix struct sigaltstack namespace (bug 21517). adds c4c96f92f7 Define SIG_HOLD for XPG4 (bug 21538). new 2d0f40e91c Remove __need macros from errno.h (__need_Emath, __need_error_t). new 8a0fd7c520 Remove __need macros from stdio.h and wchar.h. new 6a35519d83 Remove __need_IOV_MAX and __need_FOPEN_MAX. new 0d85243a83 Remove __need_schedparam and __cpu_set_t_defined. new 7750c16426 Factor out shared definitions from bits/signum.h. new ac46a80867 Don't install libio.h or _G_config.h. new d990cc84c8 Remove bits/string2.h (to be superseded). new e9a0f93306 Remove bits/string.h.
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 (ab81c03722) \ N -- N -- N refs/heads/zack/headers-cleanups (e9a0f93306)
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 8 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 | 48 ++++++++++++++++++++++ NEWS | 3 ++ bits/types/stack_t.h | 2 +- debug/segfault.c | 2 +- hurd/hurd/signal.h | 2 +- hurd/trampoline.c | 2 +- include/signal.h | 4 +- signal/sigaltstack.c | 2 +- signal/signal.h | 4 +- sysdeps/mach/hurd/i386/signal-defines.sym | 6 +-- sysdeps/mach/hurd/sigaltstack.c | 6 +-- sysdeps/mach/hurd/sigstack.c | 2 +- .../powerpc/powerpc32/power4/multiarch/mempcpy.c | 1 + sysdeps/unix/sysv/linux/alpha/sys/procfs.h | 2 +- sysdeps/unix/sysv/linux/bits/types/stack_t.h | 2 +- sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c | 2 +- sysdeps/unix/sysv/linux/ia64/sys/procfs.h | 2 +- sysdeps/unix/sysv/linux/m68k/____longjmp_chk.c | 2 +- sysdeps/unix/sysv/linux/mips/bits/types/stack_t.h | 2 +- sysdeps/unix/sysv/linux/powerpc/sys/procfs.h | 2 +- sysdeps/unix/sysv/linux/sh/sys/procfs.h | 2 +- sysdeps/unix/sysv/linux/sparc/bits/signum.h | 3 +- sysdeps/unix/sysv/linux/sys/procfs.h | 2 +- 23 files changed, 79 insertions(+), 26 deletions(-)