summaryrefslogtreecommitdiff
path: root/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/termios.h')
-rw-r--r--include/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/termios.h b/include/termios.h
index ed3b36525f..d7aee0630f 100644
--- a/include/termios.h
+++ b/include/termios.h
@@ -2,5 +2,5 @@
#include <termios/termios.h>
/* Now define the internal interfaces. */
-extern int __tcgetattr __P ((int __fd, struct termios *__termios_p));
+extern int __tcgetattr (int __fd, struct termios *__termios_p) __THROW;
#endif