about summary refs log tree commit diff
path: root/socket/accept4.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/accept4.c')
-rw-r--r--socket/accept4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/socket/accept4.c b/socket/accept4.c
index 7ad1259680..fad2cc696f 100644
--- a/socket/accept4.c
+++ b/socket/accept4.c
@@ -34,7 +34,6 @@ __libc_accept4 (fd, addr, addr_len, flags)
   __set_errno (ENOSYS);
   return -1;
 }
-libc_hidden_def (__libc_accept4)
 weak_alias (__libc_accept4, accept4)