about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/internal_accept4.S
Commit message (Collapse)AuthorAgeFilesLines
* Implement accept4 for more archs using socketcall.Jakub Jelinek2009-05-221-0/+14
So far accept4 was only supported on archs using socketcall for x86. This patch adds support for the remaining archs.