add significand[fl] math functions
[musl] / include / termios.h
index 4c46562..1041759 100644 (file)
@@ -32,6 +32,11 @@ int tcflow (int, int);
 
 pid_t tcgetsid (int);
 
+#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
+void cfmakeraw(struct termios *);
+int cfsetspeed(struct termios *, speed_t);
+#endif
+
 #ifdef __cplusplus
 }
 #endif