aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/tcgetattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/tcgetattr.c')
-rw-r--r--sysdeps/unix/bsd/tcgetattr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/bsd/tcgetattr.c b/sysdeps/unix/bsd/tcgetattr.c
index 1779bb9342..654f1e6407 100644
--- a/sysdeps/unix/bsd/tcgetattr.c
+++ b/sysdeps/unix/bsd/tcgetattr.c
@@ -35,4 +35,5 @@ __tcgetattr (int fd, struct termios *termios_p)
return __ioctl (fd, TIOCGETA, termios_p);
}
+libc_hidden_def (__tcgetattr)
weak_alias (__tcgetattr, tcgetattr)