aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-08 00:51:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-08 00:51:30 +0000
commit479bc8d487cc34eac90a0fd1ca16ce1f23285ea1 (patch)
treee183396a25de0deccce8f623890548cf431d43f1
parent449d0f26837d3bd93394cf14bbc14c9e8d537d47 (diff)
parentcf1eebfc2440a77f9e979bce668a15f2c8aa01ac (diff)
downloadlibffi-479bc8d487cc34eac90a0fd1ca16ce1f23285ea1.tar.gz
Merge "Accidental extra token at the end of undef" am: cf1eebfc24
Original change: https://android-review.googlesource.com/c/platform/external/libffi/+/2619591 Change-Id: I872e4829dc94b5d7dbf156b69b5645130df95442 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