diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-07-31 09:43:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-07-31 09:43:14 -0700 |
commit | 789bd351b45f024b7f51e4886bf46b8e887ab6da (patch) | |
tree | 39d7051c24bb2f763c249f4895d9126e066d152d /socket/accept4.c | |
parent | 40ce302d37b7252b71c6d193abc17e6fe82d214d (diff) | |
download | glibc-789bd351b45f024b7f51e4886bf46b8e887ab6da.zip glibc-789bd351b45f024b7f51e4886bf46b8e887ab6da.tar.gz glibc-789bd351b45f024b7f51e4886bf46b8e887ab6da.tar.bz2 |
Clean up stub accept4 definition.
Diffstat (limited to 'socket/accept4.c')
-rw-r--r-- | socket/accept4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/socket/accept4.c b/socket/accept4.c index 7ad1259..fad2cc6 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) |