diff options
Diffstat (limited to 'include/termios.h')
-rw-r--r-- | include/termios.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/termios.h b/include/termios.h index 4c465627..3ae853d8 100644 --- a/include/termios.h +++ b/include/termios.h @@ -32,6 +32,11 @@ int tcflow (int, int); pid_t tcgetsid (int); +#ifdef _GNUS_SOURCE +void cfmakeraw(struct termios *); +int cfsetspeed(struct termios *, speed_t); +#endif + #ifdef __cplusplus } #endif |