summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bcmdhd/dhdutil/include/typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/dhdutil/include/typedefs.h b/bcmdhd/dhdutil/include/typedefs.h
index 4c8d30c..314bf80 100644
--- a/bcmdhd/dhdutil/include/typedefs.h
+++ b/bcmdhd/dhdutil/include/typedefs.h
@@ -60,7 +60,7 @@
#endif /* ! __cplusplus */
-#if defined(__x86_64__)
+#ifdef __LP64__
#define TYPEDEF_UINTPTR
typedef unsigned long long int uintptr;
#endif