mirror of git://git.musl-libc.org/musl
fix header typo
This commit is contained in:
parent
ba6a9e7734
commit
769d3d3498
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue