This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 592b6d00aa stdio: Split __get_errname definition from errlist.c new e3fdbe9f39 support: Add xmkfifo new 096c27684a misc: Add syslog test new 0cc15f45c9 misc: syslog: Fix indentation and style new f9f5c70e7f misc: syslog: Simplify implementation new a583b6add4 misc: syslog: Use fixed-sized buffer and remove memstream new cac6b54ae2 misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355) new ac0d208b54 misc: Use 64 bit time_t interfaces on syslog
The 7 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: misc/Makefile | 2 + misc/sys/syslog.h | 4 +- misc/syslog.c | 483 +++++++++++++++++++--------------------- misc/tst-syslog.c | 473 +++++++++++++++++++++++++++++++++++++++ support/Makefile | 1 + support/{xchmod.c => xmkfifo.c} | 13 +- support/xunistd.h | 1 + 7 files changed, 715 insertions(+), 262 deletions(-) create mode 100644 misc/tst-syslog.c copy support/{xchmod.c => xmkfifo.c} (79%)