diff options
| author | Elliott Hughes <enh@google.com> | 2017-09-18 21:33:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-09-18 21:33:06 +0000 |
| commit | df862454b69f81b5574da415b61d9cbf12662bcc (patch) | |
| tree | 98b7361c8e6a711fcb529a0df6a46e7c590f9d57 /libc/bionic/strtold.cpp | |
| parent | 5e805526422d90c4054c9fb0f7b1b915dc49f3c8 (diff) | |
| parent | 50cda38f1ddfb0216e986f60cdc877fb9c55ebba (diff) | |
Merge "Use __RENAME for long double functions."
Diffstat (limited to 'libc/bionic/strtold.cpp')
| -rw-r--r-- | libc/bionic/strtold.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/bionic/strtold.cpp b/libc/bionic/strtold.cpp index c55dd61c0..6b673e6e0 100644 --- a/libc/bionic/strtold.cpp +++ b/libc/bionic/strtold.cpp @@ -26,6 +26,8 @@ * SUCH DAMAGE. */ +#define __BIONIC_LP32_USE_LONG_DOUBLE + #include <float.h> #include <stdlib.h> |
