X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ftermios.h;h=76908839ca6e604cc71ca1eb534c6bf3429acc85;hp=4c4656271b58f38f79e9c3cc7f1b43765aecad83;hb=b959d04644d99f27d9f10344e76c079a12bc1ffd;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 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