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