diff options
Diffstat (limited to 'userland/libc/pty.h')
-rw-r--r-- | userland/libc/pty.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/userland/libc/pty.h b/userland/libc/pty.h deleted file mode 100644 index b8ce978..0000000 --- a/userland/libc/pty.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef PTY_H -#define PTY_H -int openpty(int *amaster, int *aslave, char *name, - /*const struct termios*/ void *termp, - /*const struct winsize*/ void *winp); -#endif |