Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement sendmmsg and recvmmsg | Rich Felker | 2014-06-19 | 1 | -0/+15 |
these are not pure syscall wrappers because they have to work around kernel API bugs on 64-bit archs. the workarounds could probably be made somewhat more efficient, but at the cost of more complexity. this may be revisited later. |