chromium: fix musl-fixes.patch path.
This commit is contained in:
parent
22378c3ff6
commit
5421e8daba
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@
|
||||||
base::debug::StackTrace trace;
|
base::debug::StackTrace trace;
|
||||||
diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h
|
diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h
|
||||||
index a80ea16..55a2abf 100644
|
index a80ea16..55a2abf 100644
|
||||||
--- a/third_party/ots/include/opentype-sanitiser.h
|
--- third_party/ots/include/opentype-sanitiser.h
|
||||||
+++ b/third_party/ots/include/opentype-sanitiser.h
|
+++ third_party/ots/include/opentype-sanitiser.h
|
||||||
@@ -20,6 +20,7 @@ typedef unsigned __int64 uint64_t;
|
@@ -20,6 +20,7 @@ typedef unsigned __int64 uint64_t;
|
||||||
#define htonl(x) _byteswap_ulong (x)
|
#define htonl(x) _byteswap_ulong (x)
|
||||||
#define htons(x) _byteswap_ushort (x)
|
#define htons(x) _byteswap_ushort (x)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue