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