Displaying 3 results from an estimated 3 matches for "__mips64__".
Did you mean:
__mips64
2014 Mar 11
0
[PATCH] add mips64 support
...b/usr/include/fcntl.h
> index bbd6917..09ba2f2 100644
> --- a/usr/include/fcntl.h
> +++ b/usr/include/fcntl.h
> @@ -9,7 +9,7 @@
> #include <klibc/compiler.h>
> #include <klibc/seek.h>
> #include <sys/types.h>
> -#if defined(__mips__) && !defined(__mips64__)
> +#if defined(__mips__) && !defined(__mips64)
> # include <klibc/archfcntl.h>
> #endif
> #include <linux/fcntl.h>
> diff --git a/usr/include/sys/md.h b/usr/include/sys/md.h
> index 184e4aa..7be8ead 100644
> --- a/usr/include/sys/md.h
> +++ b/usr/incl...
2015 Mar 06
0
[klibc:master] add-mips64-support-headers
...ne
*/
diff --git a/usr/include/fcntl.h b/usr/include/fcntl.h
index bbd6917..16128f8 100644
--- a/usr/include/fcntl.h
+++ b/usr/include/fcntl.h
@@ -9,7 +9,7 @@
#include <klibc/compiler.h>
#include <klibc/seek.h>
#include <sys/types.h>
-#if defined(__mips__) && !defined(__mips64__)
+#if defined(__mips__) && ! defined(__mips64)
# include <klibc/archfcntl.h>
#endif
#include <linux/fcntl.h>
2014 Mar 11
4
[PATCH] add mips64 support
...SM_H */
diff --git a/usr/include/fcntl.h b/usr/include/fcntl.h
index bbd6917..09ba2f2 100644
--- a/usr/include/fcntl.h
+++ b/usr/include/fcntl.h
@@ -9,7 +9,7 @@
#include <klibc/compiler.h>
#include <klibc/seek.h>
#include <sys/types.h>
-#if defined(__mips__) && !defined(__mips64__)
+#if defined(__mips__) && !defined(__mips64)
# include <klibc/archfcntl.h>
#endif
#include <linux/fcntl.h>
diff --git a/usr/include/sys/md.h b/usr/include/sys/md.h
index 184e4aa..7be8ead 100644
--- a/usr/include/sys/md.h
+++ b/usr/include/sys/md.h
@@ -26,6 +26,7 @@
#define...