about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/accept4.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/accept4.c')
-rw-r--r--sysdeps/mach/hurd/accept4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/accept4.c b/sysdeps/mach/hurd/accept4.c
index 19114f79ce..13cd593d19 100644
--- a/sysdeps/mach/hurd/accept4.c
+++ b/sysdeps/mach/hurd/accept4.c
@@ -95,5 +95,4 @@ __libc_accept4 (int fd, __SOCKADDR_ARG addrarg, socklen_t *addr_len, int flags)
 
   return _hurd_intern_fd (new, O_IGNORE_CTTY | flags, 1);
 }
-libc_hidden_def (__libc_accept4)
 weak_alias (__libc_accept4, accept4)