This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] linux ttyname and ttyname_r: do not return wrong results
- From: Christian Brauner <christian dot brauner at canonical dot com>
- To: libc-alpha at sourceware dot org, serge at hallyn dot com
- Cc: Christian Brauner <christian dot brauner at canonical dot com>
- Date: Tue, 8 Nov 2016 17:56:37 +0100
- Subject: [PATCH] linux ttyname and ttyname_r: do not return wrong results
- Authentication-results: sourceware.org; auth=none
Hi,
I've taken over this patch from Serge who has been informed and is CCed on this
thread. There are no significant functional changes. As requested the following
this have been changed:
- remove obsolete comment in ttyname_r.c
- move is_pty() to common header file and mark as static inline
I hope this covers everything. :)
Christian
Christian Brauner (1):
linux ttyname and ttyname_r: do not return wrong results
sysdeps/unix/sysv/linux/ttyname.c | 17 +++++++++++++----
sysdeps/unix/sysv/linux/ttyname.h | 35 +++++++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/ttyname_r.c | 18 ++++++++++++++----
3 files changed, 62 insertions(+), 8 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/ttyname.h
--
2.9.3