public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] linux ttyname and ttyname_r: do not return wrong results
@ 2016-11-08 16:56 Christian Brauner
  2016-11-08 16:56 ` Christian Brauner
  2016-11-22  0:14 ` Christian Brauner
  0 siblings, 2 replies; 5+ messages in thread
From: Christian Brauner @ 2016-11-08 16:56 UTC (permalink / raw)
  To: libc-alpha, serge; +Cc: Christian Brauner

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-22  2:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 16:56 [PATCH] linux ttyname and ttyname_r: do not return wrong results Christian Brauner
2016-11-08 16:56 ` Christian Brauner
2016-11-10 18:04   ` Serge E. Hallyn
2016-11-22  2:10   ` Dmitry V. Levin
2016-11-22  0:14 ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).