summaryrefslogtreecommitdiff
path: root/include/termios.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-27 20:25:30 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-27 20:25:30 +0000
commit784d802ea2b7f156f59e86b77d4f17ea9effaaba (patch)
treec4e2340421fa8c6d0cf63ca3c3145736332a7eef /include/termios.h
parentce351e07c964925c22d365ce653639aebea55350 (diff)
Update.
* include/setjmp.h: Likewise.
Diffstat (limited to 'include/termios.h')
-rw-r--r--include/termios.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/termios.h b/include/termios.h
index e10a7e3af3..e2b369feb1 100644
--- a/include/termios.h
+++ b/include/termios.h
@@ -3,4 +3,7 @@
/* Now define the internal interfaces. */
extern int __tcgetattr (int __fd, struct termios *__termios_p);
+
+extern int __libc_tcdrain (int __fd);
+
#endif