|
Lines 92-103
Link Here
|
| 92 |
void cfmakeraw(struct termios *); |
92 |
void cfmakeraw(struct termios *); |
| 93 |
void cfmakesane(struct termios *); |
93 |
void cfmakesane(struct termios *); |
| 94 |
int cfsetspeed(struct termios *, speed_t); |
94 |
int cfsetspeed(struct termios *, speed_t); |
|
|
95 |
|
| 96 |
#include <sys/ttycom.h> |
| 97 |
int tcgetwinsize(int, struct winsize *); |
| 98 |
int tcsetwinsize(int, const struct winsize *); |
| 95 |
#endif |
99 |
#endif |
| 96 |
__END_DECLS |
100 |
__END_DECLS |
| 97 |
|
101 |
|
| 98 |
#endif /* !_TERMIOS_H_ */ |
102 |
#endif /* !_TERMIOS_H_ */ |
| 99 |
|
103 |
|
| 100 |
#if __BSD_VISIBLE |
104 |
#if __BSD_VISIBLE |
| 101 |
#include <sys/ttycom.h> |
|
|
| 102 |
#include <sys/ttydefaults.h> |
105 |
#include <sys/ttydefaults.h> |
| 103 |
#endif |
106 |
#endif |