aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/socket.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-191-0/+23
Remove the separate syscall for accept() and implement it as accept4(..., 0). Change-Id: Ib0b8f5d7c5013b91eae6bbc3847852eb355c7714