implement (nonstandard) forkpty
[musl] / include / pty.h
index 9444e5e..46a99f4 100644 (file)
@@ -9,6 +9,7 @@ extern "C" {
 #include <sys/ioctl.h>
 
 int openpty(int *, int *, char *, const struct termios *, const struct winsize *);
+int forkpty(int *, char *, const struct termios *, const struct winsize *);
 
 #ifdef __cplusplus
 extern }