libuv/docs/src
Enno Boland 387102b247 unix: open ttyname instead of /dev/tty
Find the real name of the tty using ttyname_r(3) instead of
opening "/dev/tty" which causes trouble if the fd doesn't point to the
controlling terminal.

PR-URL: https://github.com/libuv/libuv/pull/779
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2016-04-01 11:13:22 +02:00
..
sphinx-plugins
static
async.rst
check.rst
conf.py
design.rst
dll.rst
dns.rst
errors.rst
fs_event.rst
fs_poll.rst
fs.rst fs: add uv_fs_realpath() 2015-12-05 11:32:58 +01:00
handle.rst
idle.rst
index.rst
loop.rst doc: clarify uv_loop_close() 2016-03-20 10:15:20 +01:00
migration_010_100.rst
misc.rst unix,win: add uv_get_passwd() 2016-03-29 08:13:59 -04:00
pipe.rst
poll.rst poll: add UV_DISCONNECT event 2016-03-15 23:39:49 +01:00
prepare.rst
process.rst
request.rst
signal.rst
stream.rst doc: add missing write callback to example 2016-02-25 08:56:54 +01:00
tcp.rst docs: clarify documentation of uv_tcp_init_ex 2015-10-29 01:27:04 +01:00
threading.rst
threadpool.rst
timer.rst doc: clarify repeat timer behavior 2015-09-11 09:35:05 +02:00
tty.rst unix: open ttyname instead of /dev/tty 2016-04-01 11:13:22 +02:00
udp.rst
version.rst