aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-08 02:19:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-08 02:19:17 +0000
commit434edd40f39ea4956cbd1b021a69785ddf4d98a5 (patch)
treee183396a25de0deccce8f623890548cf431d43f1
parentfc00dd70f1555415ec770e729d0b4ed5665a3b1f (diff)
parent78d9ca4274ca5951b597c94d6761268897f48bc3 (diff)
downloadlibffi-434edd40f39ea4956cbd1b021a69785ddf4d98a5.tar.gz
Merge "Accidental extra token at the end of undef" am: cf1eebfc24 am: 479bc8d487 am: 78d9ca4274
Original change: https://android-review.googlesource.com/c/platform/external/libffi/+/2619591 Change-Id: Id9c3d6fb135d7697ba3d5042f675d92fbb223e92 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