about summary refs log tree commit diff
path: root/sysdeps/unix/sockatmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sockatmark.c')
-rw-r--r--sysdeps/unix/sockatmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sockatmark.c b/sysdeps/unix/sockatmark.c
index d2b9d1fd22..306ab36ee1 100644
--- a/sysdeps/unix/sockatmark.c
+++ b/sysdeps/unix/sockatmark.c
@@ -24,5 +24,5 @@ int
 sockatmark (fd)
      int fd;
 {
-  return ioctl (fd, SIOCATMARK);
+  return __ioctl (fd, SIOCATMARK);
 }