legacy junk compatibility grab-bag
[musl] / include / termios.h
index 4c46562..3ae853d 100644 (file)
@@ -32,6 +32,11 @@ int tcflow (int, int);
 
 pid_t tcgetsid (int);
 
+#ifdef _GNUS_SOURCE
+void cfmakeraw(struct termios *);
+int cfsetspeed(struct termios *, speed_t);
+#endif
+
 #ifdef __cplusplus
 }
 #endif