aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_llqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_llqueue.h')
-rw-r--r--platform/linux-generic/include/odp_llqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_llqueue.h b/platform/linux-generic/include/odp_llqueue.h
index cc4b84ecd..e9cf9945e 100644
--- a/platform/linux-generic/include/odp_llqueue.h
+++ b/platform/linux-generic/include/odp_llqueue.h
@@ -49,7 +49,7 @@ static odp_bool_t llq_on_queue(struct llnode *node);
typedef uint64_t dintptr_t;
#endif
#if __SIZEOF_PTRDIFF_T__ == 8
-typedef __int128 dintptr_t;
+__extension__ typedef __int128 dintptr_t;
#endif
struct llnode {