summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/termios.h b/include/termios.h
index 3ae853d8..76908839 100644
--- a/include/termios.h
+++ b/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