Add pty module for forkpty and openpty.
authorSimon Josefsson <simon@josefsson.org>
Thu, 10 Dec 2009 13:14:13 +0000 (14:14 +0100)
committerSimon Josefsson <simon@josefsson.org>
Thu, 10 Dec 2009 13:14:13 +0000 (14:14 +0100)
commit63983c0aac914c1a585cb6a7d0b16dc170b6ee3e
tree60d37c9808bc805d0e8b887c53059ba05efea2e8
parent238a6434b5392dfb0cc4e9d7201cb91b341bafd4
Add pty module for forkpty and openpty.
ChangeLog
doc/glibc-functions/forkpty.texi
doc/glibc-functions/openpty.texi
doc/glibc-headers/pty.texi
m4/pty.m4 [new file with mode: 0644]
modules/pty [new file with mode: 0644]
modules/pty-tests [new file with mode: 0644]
tests/test-pty.c [new file with mode: 0644]