diff options
| author | Laurent Vivier <laurent@vivier.eu> | 2018-05-19 11:29:52 +0200 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2018-05-25 10:10:55 +0200 |
| commit | 500fa6076034729de8d4fd45b3d8a6f9d08d7585 (patch) | |
| tree | 64827bd4081558989adc8a2e7ec90f2ef87c0087 /linux-user/nios2/sockbits.h | |
| parent | da84fdaaf8c36e1f92e3780717bfd6df35199292 (diff) | |
| download | focaccia-qemu-500fa6076034729de8d4fd45b3d8a6f9d08d7585.tar.gz focaccia-qemu-500fa6076034729de8d4fd45b3d8a6f9d08d7585.zip | |
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>
Diffstat (limited to 'linux-user/nios2/sockbits.h')
| -rw-r--r-- | linux-user/nios2/sockbits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/nios2/sockbits.h b/linux-user/nios2/sockbits.h new file mode 100644 index 0000000000..0e4c8f012d --- /dev/null +++ b/linux-user/nios2/sockbits.h @@ -0,0 +1 @@ +#include "../generic/sockbits.h" |