This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.26/master in repository glibc.
from 5da0de4de5 Synchronize support/ infrastructure with master new 58a63062a0 manual: Update to mention ENODEV for ttyname and ttyname_r new 1f0ba053ed linux ttyname: Update a reference to kernel docs for kernel 4.10 new bd81a9d1e9 linux ttyname: Change return type of is_pty from int to bool new f43ead291c linux ttyname{_r}: Make tty checks consistent new 4f987759d1 linux ttyname{_r}: Don't bail prematurely [BZ #22145] new 89e75d5eda linux ttyname{_r}: Add tests new 069c3dd05a tst-ttyname: Fix namespace setup for Fedora
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: ChangeLog | 44 +++ NEWS | 1 + manual/terminal.texi | 5 + sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/tst-ttyname.c | 570 ++++++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/ttyname.c | 63 ++-- sysdeps/unix/sysv/linux/ttyname.h | 18 +- sysdeps/unix/sysv/linux/ttyname_r.c | 65 ++-- 8 files changed, 682 insertions(+), 87 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/tst-ttyname.c