diff options
Diffstat (limited to 'lib/mlibc/sysdeps/ironclad/include/pty.h')
-rw-r--r-- | lib/mlibc/sysdeps/ironclad/include/pty.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/mlibc/sysdeps/ironclad/include/pty.h b/lib/mlibc/sysdeps/ironclad/include/pty.h deleted file mode 100644 index 0468b46..0000000 --- a/lib/mlibc/sysdeps/ironclad/include/pty.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _PTY_H -#define _PTY_H - -#include <termios.h> - -#ifdef __cplusplus -extern "C" { -#endif - -int openpty(int *mfd, int *sfd, char *name, const struct termios *ios, const struct winsize *win); - -#ifdef __cplusplus -} -#endif - -#endif // _PTY_H |