From 4921ce08673d14e53b3931b8536238d944a2c1ce Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 20 Apr 2011 20:55:13 -0400 Subject: implement (nonstandard) forkpty --- include/pty.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/pty.h b/include/pty.h index 9444e5ec..46a99f47 100644 --- a/include/pty.h +++ b/include/pty.h @@ -9,6 +9,7 @@ extern "C" { #include int openpty(int *, int *, char *, const struct termios *, const struct winsize *); +int forkpty(int *, char *, const struct termios *, const struct winsize *); #ifdef __cplusplus extern } -- cgit v1.2.1