commit | dbf4f7965af974593da596ec12ac877d248efed6 | [log] [tgz] |
---|---|---|
author | Petar Jovanovic <petar.jovanovic@imgtec.com> | Fri Sep 13 19:27:29 2013 +0200 |
committer | Riku Voipio <riku.voipio@linaro.org> | Tue Sep 24 10:47:07 2013 +0300 |
tree | e1eb710c1d2bf05bd3fe6be3e9eb7d11697e722f | |
parent | 03cfd8faa7ffb7201e2949b99c2f35b1fef7078b [diff] |
linux-user: correct how SOL_SOCKET is converted from target to host and back Previous implementation does not take into account that SOL_SOCKET constant can be arch specific. This change fixes some issues with sendmsg/recvmsg. Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>