mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Clean up stub accept4 definition.
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user