commit | cdb4a26d29fce473261dceaf4610372fb26d5e64 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 05 16:56:53 2020 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 11 12:57:37 2020 -0700 |
tree | 804c0c127e949749ada67b410c9acfc65f13e120 | |
parent | 86a8696cfb7813964df988d0f4bf278bf3344a6c [diff] [blame] |
Update upstream OpenBSD gdtoa. Also add a test for the bug that this fixes. Bug: http://b/152588929 Test: treehugger Change-Id: I58055b3ebaef457721bb4f5d8a8710025122b2e7
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index 878f71c..8206269 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h
@@ -38,6 +38,8 @@ /* Ignore all __warn_references in OpenBSD. */ #define __warn_references(sym,msg) +#define PROTO_NORMAL(x) + /* OpenBSD's <ctype.h> uses these names, which conflicted with stlport. * Additionally, we changed the numeric/digit type from N to D for libcxx. */