aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-08 03:44:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-08 03:44:39 +0000
commit6a7267c4d45e63dfbc6c67df27a9939a16a2ace6 (patch)
treee183396a25de0deccce8f623890548cf431d43f1
parent97d61cb3d04f0a463bb0353943206c50b78b75a8 (diff)
parentd98927ebafef3cafac61972772b3fe413d909abc (diff)
downloadlibffi-6a7267c4d45e63dfbc6c67df27a9939a16a2ace6.tar.gz
Merge "Accidental extra token at the end of undef" am: cf1eebfc24 am: 479bc8d487 am: 78d9ca4274 am: 434edd40f3 am: d98927ebaf
Original change: https://android-review.googlesource.com/c/platform/external/libffi/+/2619591 Change-Id: Icbc7de9b1e86016f2a594146046c21f34af5b299 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--linux-riscv64/fficonfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-riscv64/fficonfig.h b/linux-riscv64/fficonfig.h
index 5db20304..4bc40c82 100644
--- a/linux-riscv64/fficonfig.h
+++ b/linux-riscv64/fficonfig.h
@@ -119,7 +119,7 @@
#define SIZEOF_DOUBLE 8
/* The size of `long double', as computed by sizeof. */
-#undef SIZEOF_LONG_DOUBLE 16
+#undef SIZEOF_LONG_DOUBLE
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be