uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi
[musl] / include / termios.h
index 4c46562..7690883 100644 (file)
@@ -32,6 +32,11 @@ int tcflow (int, int);
 
 pid_t tcgetsid (int);
 
+#ifdef _GNU_SOURCE
+void cfmakeraw(struct termios *);
+int cfsetspeed(struct termios *, speed_t);
+#endif
+
 #ifdef __cplusplus
 }
 #endif