From: Aleksandar Rikalo <[email protected]> Add sockbits.h header for nanoMIPS.
Signed-off-by: Aleksandar Rikalo <[email protected]> Signed-off-by: Aleksandar Markovic <[email protected]> Signed-off-by: Stefan Markovic <[email protected]> --- linux-user/nanomips/sockbits.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux-user/nanomips/sockbits.h diff --git a/linux-user/nanomips/sockbits.h b/linux-user/nanomips/sockbits.h new file mode 100644 index 0000000..e6b6d31 --- /dev/null +++ b/linux-user/nanomips/sockbits.h @@ -0,0 +1 @@ +#include "../mips/sockbits.h" -- 2.7.4
