Browse Source

fix header typo

rs-1.0
Rich Felker 14 years ago
parent
commit
769d3d3498
  1. 2
      include/termios.h

2
include/termios.h

@ -32,7 +32,7 @@ int tcflow (int, int);
pid_t tcgetsid (int); pid_t tcgetsid (int);
#ifdef _GNUS_SOURCE #ifdef _GNU_SOURCE
void cfmakeraw(struct termios *); void cfmakeraw(struct termios *);
int cfsetspeed(struct termios *, speed_t); int cfsetspeed(struct termios *, speed_t);
#endif #endif

Loading…
Cancel
Save