summaryrefslogtreecommitdiff
path: root/lib/binary-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/binary-io.c')
-rw-r--r--lib/binary-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/binary-io.c b/lib/binary-io.c
index 45060f689c6..d465eb47075 100644
--- a/lib/binary-io.c
+++ b/lib/binary-io.c
@@ -32,7 +32,7 @@ set_binary_mode (int fd, int mode)
with console input or console output. */
return O_TEXT;
else
- return __gl_setmode (fd, mode);
+ return _gl_set_fd_mode (fd, mode);
}
#endif