summaryrefslogtreecommitdiff
path: root/socket
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-07-31 09:43:14 -0700
committerRoland McGrath <roland@hack.frob.com>2012-07-31 09:43:14 -0700
commit789bd351b45f024b7f51e4886bf46b8e887ab6da (patch)
tree39d7051c24bb2f763c249f4895d9126e066d152d /socket
parent40ce302d37b7252b71c6d193abc17e6fe82d214d (diff)
Clean up stub accept4 definition.
Diffstat (limited to 'socket')
-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)