Re: [Qemu-devel] [RFC 4/6] linux-user: refactor socket.h for sparc
Le 22/09/2017 à 16:02, Carlo Marcelo Arenas Belón a écrit : > fixes SOL_SOCKET and SO_LINGER at least And fix TARGET_SOCK_NONBLOCK and TARGET_SOCK_CLOEXEC values. > > Signed-off-by: Carlo Marcelo Arenas Belón > --- > linux-user/socket.h | 46 ++-- > linux-user/sparc/so
[Qemu-devel] [RFC 4/6] linux-user: refactor socket.h for sparc
fixes SOL_SOCKET and SO_LINGER at least Signed-off-by: Carlo Marcelo Arenas Belón --- linux-user/socket.h | 46 ++-- linux-user/sparc/sockbits.h | 104 2 files changed, 107 insertions(+), 43 deletions(-) create mode 100644 li