Don't make ttyname* fail if proc filesystem is not available
commit050af9c4e86eeecd484ed44b7765e750523276eb
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 29 Aug 2012 04:33:39 +0000 (29 10:03 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 29 Aug 2012 04:34:23 +0000 (29 10:04 +0530)
tree0f0db2f1ddbadd2288acc5540eb9684337c78815
parentad845c0be95fe3635af0147f0665b110286e68a5
Don't make ttyname* fail if proc filesystem is not available

The ttyname and ttyname_r functions on Linux now fall back to
searching for the tty file descriptor in /dev/pts or /dev if /proc is
not available.  This allows creation of chroots without the procfs
mounted on /proc.

Fixes BZ #14516.
ChangeLog
NEWS
sysdeps/unix/sysv/linux/ttyname.c
sysdeps/unix/sysv/linux/ttyname_r.c