summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Chen <nchen@mozilla.com>2017-05-09 12:57:36 +0200
committerJim Chen <nchen@mozilla.com>2017-05-09 12:57:36 +0200
commitcf49191a98de820e5936533ddb625d2c7c0a4b5b (patch)
tree47b3a48df23d35f27a63d7721b513e7ccf8d4a59
parent5f61462b583bb2901d47a782d5d0b2be9f255758 (diff)
downloadnspr-hg-cf49191a98de820e5936533ddb625d2c7c0a4b5b.tar.gz
Bug 1363329, Bug 1360321, Don't set PR_ALTERNATE_INT64_TYPEDEF for Android in NSPR; r=wtc
-rw-r--r--pr/include/prtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prtypes.h b/pr/include/prtypes.h
index 52b3ab0b..ca140c70 100644
--- a/pr/include/prtypes.h
+++ b/pr/include/prtypes.h
@@ -231,7 +231,7 @@ PR_BEGIN_EXTERN_C
** to use <stdint.h>. A patch to do that is in NSPR bug 634793.
*/
-#if defined(__APPLE__) || defined(__ANDROID__) || defined(__OpenBSD__)
+#if defined(__APPLE__) || defined(__OpenBSD__)
#define PR_ALTERNATE_INT64_TYPEDEF
#endif