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