about summary refs log tree commit diff
path: root/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/termios.h')
-rw-r--r--include/termios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/termios.h b/include/termios.h
index e2b369feb1..8916f1434f 100644
--- a/include/termios.h
+++ b/include/termios.h
@@ -6,4 +6,8 @@ extern int __tcgetattr (int __fd, struct termios *__termios_p);
 
 extern int __libc_tcdrain (int __fd);
 
+libc_hidden_proto (tcsetattr)
+libc_hidden_proto (cfsetispeed)
+libc_hidden_proto (cfsetospeed)
+
 #endif