diff options
Diffstat (limited to 'system/include/pty.h')
-rw-r--r-- | system/include/pty.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/include/pty.h b/system/include/pty.h deleted file mode 100644 index 0ad5b6d5..00000000 --- a/system/include/pty.h +++ /dev/null @@ -1,6 +0,0 @@ - -#include <sys/termios.h> - -int openpty(int *amaster, int *aslave, char *name, struct termios *termp, struct winsize *winp); -int forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp); - |