This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from dc115e1cdc Replace hidden_def with libm_hidden_def in math new cf2478d53a Deprecate ustat syscall interface new b109fbfe4d Fix ChangeLog from cf2478d53ad commit
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 | 14 +++++++++ NEWS | 4 +++ bits/ustat.h | 30 -------------------- misc/Makefile | 2 +- misc/sys/ustat.h | 37 ------------------------ misc/ustat.c | 22 ++++++++++++--- misc/ustat.h | 1 - sysdeps/unix/sysv/linux/generic/ustat.c | 32 --------------------- sysdeps/unix/sysv/linux/mips/ustat.c | 21 +++++--------- sysdeps/unix/sysv/linux/ustat.c | 50 +++++++++++++++++++++++---------- 10 files changed, 79 insertions(+), 134 deletions(-) delete mode 100644 bits/ustat.h delete mode 100644 misc/sys/ustat.h delete mode 100644 misc/ustat.h delete mode 100644 sysdeps/unix/sysv/linux/generic/ustat.c