diff options
Diffstat (limited to 'include/termios.h')
-rw-r--r-- | include/termios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/termios.h b/include/termios.h index d7aee0630f..e10a7e3af3 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 (int __fd, struct termios *__termios_p) __THROW; +extern int __tcgetattr (int __fd, struct termios *__termios_p); #endif |