X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ftermios.h;h=1041759b3461c8c860201de8803a93e260270f0e;hp=4c4656271b58f38f79e9c3cc7f1b43765aecad83;hb=4c346919a9b238748de2ee85ce6d749fc3cf7059;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/termios.h b/include/termios.h index 4c465627..1041759b 100644 --- a/include/termios.h +++ b/include/termios.h @@ -32,6 +32,11 @@ int tcflow (int, int); pid_t tcgetsid (int); +#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) +void cfmakeraw(struct termios *); +int cfsetspeed(struct termios *, speed_t); +#endif + #ifdef __cplusplus } #endif