This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fa93858a88 Remove support setting custom demuxers during signal handling. new e0dc827bf6 hurd: Move some i386 bits to x86
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: sysdeps/mach/hurd/Makefile | 62 ++++++++++++++++++++++ sysdeps/mach/hurd/i386/Makefile | 79 ---------------------------- sysdeps/mach/hurd/x86/Makefile | 16 ++++++ sysdeps/mach/hurd/{i386 => x86}/ioperm.c | 0 sysdeps/mach/hurd/{i386 => x86}/sys/io.h | 0 sysdeps/mach/i386/Implies | 1 + sysdeps/mach/i386/sysdep.h | 27 +--------- sysdeps/mach/{i386 => x86}/bits/mach/param.h | 2 +- sysdeps/mach/{i386 => x86}/machine-lock.h | 2 +- sysdeps/mach/{i386 => x86}/sysdep.h | 18 ++----- 10 files changed, 85 insertions(+), 122 deletions(-) create mode 100644 sysdeps/mach/hurd/x86/Makefile rename sysdeps/mach/hurd/{i386 => x86}/ioperm.c (100%) rename sysdeps/mach/hurd/{i386 => x86}/sys/io.h (100%) create mode 100644 sysdeps/mach/i386/Implies rename sysdeps/mach/{i386 => x86}/bits/mach/param.h (94%) rename sysdeps/mach/{i386 => x86}/machine-lock.h (97%) copy sysdeps/mach/{i386 => x86}/sysdep.h (77%)