aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/internal_accept4.S
AgeCommit message (Collapse)Author
2009-05-22Implement accept4 for more archs using socketcall.Jakub Jelinek
So far accept4 was only supported on archs using socketcall for x86. This patch adds support for the remaining archs.