pty.h: fix typo.

This commit is contained in:
Jérôme Duval 2018-08-26 12:01:40 +02:00
parent 21909dacd2
commit 546fafa0a1

View File

@ -17,7 +17,7 @@ __BEGIN_DECLS
extern int openpty(int* master, int* slave, char* name,
struct termios* termAttrs, struct winsize* windowSize);
extern int login_pty(int fd);
extern int login_tty(int fd);
extern pid_t forkpty(int* master, char* name,
struct termios* termAttrs, struct winsize* windowSize);