about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/stty.c')
-rw-r--r--sysdeps/unix/bsd/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/stty.c b/sysdeps/unix/bsd/stty.c
index c89ab0037f..8a0bbdef80 100644
--- a/sysdeps/unix/bsd/stty.c
+++ b/sysdeps/unix/bsd/stty.c
@@ -22,5 +22,5 @@
 int
 stty (int fd, const struct sgttyb *params)
 {
-  return ioctl (fd, TIOCSETP, (void *) params);
+  return __ioctl (fd, TIOCSETP, (void *) params);
 }