summaryrefslogtreecommitdiffstats
path: root/libc/bionic/accept.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-191-3/+1
| | | | | | Remove the separate syscall for accept() and implement it as accept4(..., 0). Change-Id: Ib0b8f5d7c5013b91eae6bbc3847852eb355c7714
* Cosmetic changes to netd client files.Sreeram Ramachandran2014-05-181-1/+2
| | | | | | | | | | + Name the dispatch header correctly (NetdClientDispatch.h). + Hide the global dispatch variable (__netdClientDispatch). + Explain why it's okay to read the variable without locking. + Use quotes instead of angle-brackets for non-system includes. + Add necessary declarations for C compiles (and not just C++). Change-Id: Id0932165e71d81da5fce77a684f40c2263f58e61
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-0/+22
(cherry picked from commit 58b1f3f6a30a660ad81637c2b50382c3d279243b) Change-Id: I5d09be413cf720fbed905f96313b007997ada76c