fix header typo
authorRich Felker <dalias@aerifal.cx>
Wed, 18 Apr 2012 17:11:35 +0000 (13:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 18 Apr 2012 17:11:35 +0000 (13:11 -0400)
include/termios.h

index 3ae853d..7690883 100644 (file)
@@ -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 *);
 int cfsetspeed(struct termios *, speed_t);
 #endif
 void cfmakeraw(struct termios *);
 int cfsetspeed(struct termios *, speed_t);
 #endif