]> git.lizzy.rs Git - plan9front.git/blob - sys/include/ape/sys/pty.h
remove keyboard stuff from other ports, make openssl and python compile on arm
[plan9front.git] / sys / include / ape / sys / pty.h
1 /*
2  * Pty support
3  */
4 #ifndef __SYS_PTY_H__
5 #define __SYS_PTY_H__
6
7 #ifndef _BSD_EXTENSION
8     This header file is an extension to ANSI/POSIX
9 #endif
10
11 #pragma lib "/$M/lib/ape/libbsd.a"
12
13 char*   ptsname(int);
14 char*   ptmname(int);
15
16 int     _getpty(void);
17
18 #endif /* !__SYS_UIO_H__ */