summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-02-24 02:08:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-24 02:08:13 +0000
commit8941670b9623eb8db580c4d158dba8316f3ffa01 (patch)
tree51decb96c1a2e4cafd78e74e323e2dc0c065e650
parentd118d35645d34c31551f1e4c5c92902db51be381 (diff)
parent4d16d62325e5491d2de8b1aff3cea38c4492761e (diff)
downloadexpat-8941670b9623eb8db580c4d158dba8316f3ffa01.tar.gz
Merge "Fix a malformed patch line." am: 6739aeaa60 am: 4d16d62325
Original change: https://android-review.googlesource.com/c/platform/external/expat/+/1997831 Change-Id: I9ed37685f0c8547ad5f5cc70f0b014d63cd02599
-rw-r--r--patches/config.diff3
1 files changed, 1 insertions, 2 deletions
diff --git a/patches/config.diff b/patches/config.diff
index d1c92074..d9a9eaa0 100644
--- a/patches/config.diff
+++ b/patches/config.diff
@@ -33,8 +33,7 @@ Index: expat/expat_config.h
#define HAVE_STRING_H 1
/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
-+#if 0 /* We only get here for glibc and Windows (where the better choices aren'
-t available) and they don't have this fallback either. */
++#if 0 /* We only get here for glibc and Windows (where the better choices aren't available) and they don't have this fallback either. */
#define HAVE_SYSCALL_GETRANDOM 1
+#endif