commit | acb7e049b8c70b9e6ad57e8601373f9c991a0da4 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Thu Jun 19 23:01:15 2014 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Thu Jun 19 23:01:15 2014 -0400 |
tree | ecba8b37b99eafecade1f60b5b8e14e4e6d4be73 | |
parent | 39201d07e41ca4cf5f8c35d4663767aa3f75208f [diff] |
implement sendmmsg and recvmmsg 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.