linux-user: move socket.h generic definitions to generic/sockbits.h

and include the file from architectures without specific definitions

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180519092956.15134-5-laurent@vivier.eu>
This commit is contained in:
Laurent Vivier 2018-05-19 11:29:52 +02:00
parent da84fdaaf8
commit 500fa60760
17 changed files with 82 additions and 61 deletions

View file

@ -0,0 +1 @@
#include "../generic/sockbits.h"