1
0
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:
Roland McGrath
2012-07-31 09:43:14 -07:00
parent 40ce302d37
commit 789bd351b4
3 changed files with 6 additions and 3 deletions

View File

@ -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)