X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Ftermios.h;h=1041759b3461c8c860201de8803a93e260270f0e;hp=76908839ca6e604cc71ca1eb534c6bf3429acc85;hb=07809363127dec2e4e9a421219a5eddf05b61592;hpb=769d3d349824fb45218972a1cf0e912cfee62d51 diff --git a/include/termios.h b/include/termios.h index 76908839..1041759b 100644 --- a/include/termios.h +++ b/include/termios.h @@ -32,7 +32,7 @@ int tcflow (int, int); pid_t tcgetsid (int); -#ifdef _GNU_SOURCE +#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) void cfmakeraw(struct termios *); int cfsetspeed(struct termios *, speed_t); #endif