This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from aaa208502c Use Linux 6.4 in build-many-glibcs.py new a9fed5ea81 linux: Split tst-ttyname new d35fbd3e68 linux: Return unsupported if procfs can not be mount on tst- [...]
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: sysdeps/unix/sysv/linux/Makefile | 3 +- .../linux/{tst-ttyname.c => tst-ttyname-common.c} | 209 +-------------------- sysdeps/unix/sysv/linux/tst-ttyname-direct.c | 110 +++++++++++ sysdeps/unix/sysv/linux/tst-ttyname-namespace.c | 147 +++++++++++++++ 4 files changed, 263 insertions(+), 206 deletions(-) rename sysdeps/unix/sysv/linux/{tst-ttyname.c => tst-ttyname-common.c} (68%) create mode 100644 sysdeps/unix/sysv/linux/tst-ttyname-direct.c create mode 100644 sysdeps/unix/sysv/linux/tst-ttyname-namespace.c