about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/setsockopt.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-07-15 08:28:50 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-07-15 08:35:45 +0200
commitb8f889064d02cedc90a109848190207a767a4913 (patch)
tree5eac71ee069a4bc06d77bede7e30018d0139b95e /sysdeps/mach/hurd/setsockopt.c
parentba33937be210da5d07f7f01709323743f66011ce (diff)
downloadglibc-b8f889064d02cedc90a109848190207a767a4913.tar.gz
glibc-b8f889064d02cedc90a109848190207a767a4913.tar.xz
glibc-b8f889064d02cedc90a109848190207a767a4913.zip
socket: Add hidden prototype for setsockopt
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/mach/hurd/setsockopt.c')
-rw-r--r--sysdeps/mach/hurd/setsockopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/setsockopt.c b/sysdeps/mach/hurd/setsockopt.c
index 283af7114c..165c085599 100644
--- a/sysdeps/mach/hurd/setsockopt.c
+++ b/sysdeps/mach/hurd/setsockopt.c
@@ -38,5 +38,5 @@ __setsockopt (int fd,
     return __hurd_dfail (fd, err);
   return 0;
 }
-
+libc_hidden_def (__setsockopt)
 weak_alias (__setsockopt, setsockopt)