This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 78cde19f62 Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h. new 495a56fdeb manual: Update to mention ENODEV for ttyname and ttyname_r new 9b5a87502d linux ttyname: Update a reference to kernel docs for kernel 4.10 new d10d6cab16 linux ttyname: Change return type of is_pty from int to bool new 2fbce9c203 linux ttyname{_r}: Make tty checks consistent new a09dfc19ed linux ttyname{_r}: Don't bail prematurely [BZ #22145] new d9611e3085 linux ttyname{_r}: Add tests
The 6 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 | 26 ++ manual/terminal.texi | 5 + sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/tst-ttyname.c | 625 ++++++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/ttyname.c | 59 ++-- sysdeps/unix/sysv/linux/ttyname.h | 18 +- sysdeps/unix/sysv/linux/ttyname_r.c | 61 ++-- 7 files changed, 715 insertions(+), 82 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/tst-ttyname.c