linux-user: support SO_ACCEPTCONN getsockopt option
authorPaul Burton <paul@archlinuxmips.org>
Sun, 22 Jun 2014 10:25:34 +0000 (11:25 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Sun, 29 Jun 2014 11:19:58 +0000 (14:19 +0300)
commitaec1ca411e8b772823d88eb64d86478a381cb819
tree78f459fcf29ca905e0bf4675f7d8e47709255eb0
parent8289d112811adfd609c1e3d855427a96418564b0
linux-user: support SO_ACCEPTCONN getsockopt option

Translate the SO_ACCEPTCONN option to the host value & execute the
syscall as expected.

Signed-off-by: Paul Burton <paul@archlinuxmips.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c