fix header typo

This commit is contained in:
Rich Felker 2012-04-18 13:11:35 -04:00
parent ba6a9e7734
commit 769d3d3498
1 changed files with 1 additions and 1 deletions

View File

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