aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Swaminathan <prashanthsw@google.com>2023-06-07 15:21:31 -0700
committerPrashanth Swaminathan <prashanthsw@google.com>2023-06-07 15:21:31 -0700
commitf18c9c89d4d34c728dce74c4512938b477274d10 (patch)
treee183396a25de0deccce8f623890548cf431d43f1
parent8d07cb2e87534467af7ac8db7ed2676bcd497152 (diff)
downloadlibffi-f18c9c89d4d34c728dce74c4512938b477274d10.tar.gz
Accidental extra token at the end of undef
Bug: 282104321 Test: Verified ltp build. Change-Id: Ib356f2d493c038d63d2f42eee4bd66f1ae6f0878
-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