This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 69fda43b8d free: preserve errno [BZ#17924] new 4d97cc8cf3 io: Remove xstat implementations new 99468ed45f io: Remove xmknod{at} implementations
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: io/Makefile | 5 ++-- io/fstat.c | 3 +- io/fstat64.c | 3 +- io/fstatat.c | 18 ++++++++++-- io/fstatat64.c | 18 ++++++++++-- io/fxstat.c | 48 ------------------------------- io/fxstat64.c | 47 ------------------------------ io/fxstatat.c | 48 ------------------------------- io/fxstatat64.c | 49 ------------------------------- io/lstat.c | 3 +- io/lstat64.c | 3 +- io/lxstat.c | 26 ----------------- io/lxstat64.c | 30 ------------------- io/mknod.c | 4 +-- io/mknodat.c | 5 +++- io/stat.c | 3 +- io/stat64.c | 3 +- io/xmknod.c | 40 -------------------------- io/xmknodat.c | 62 ---------------------------------------- io/xstat.c | 37 ------------------------ io/xstat64.c | 36 ----------------------- sysdeps/mach/hurd/Makefile | 5 +++- sysdeps/mach/hurd/mknod.c | 31 -------------------- sysdeps/unix/sysv/linux/Makefile | 5 +++- sysdeps/unix/sysv/linux/mknod.c | 28 ------------------ 25 files changed, 54 insertions(+), 506 deletions(-) delete mode 100644 io/fxstat.c delete mode 100644 io/fxstat64.c delete mode 100644 io/fxstatat.c delete mode 100644 io/fxstatat64.c delete mode 100644 io/lxstat.c delete mode 100644 io/lxstat64.c delete mode 100644 io/xmknod.c delete mode 100644 io/xmknodat.c delete mode 100644 io/xstat.c delete mode 100644 io/xstat64.c delete mode 100644 sysdeps/mach/hurd/mknod.c delete mode 100644 sysdeps/unix/sysv/linux/mknod.c