Explorar o código

fix header typo

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
769d3d3498
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/termios.h

+ 1 - 1
include/termios.h

@@ -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