From 6b5fa7bf9d0fa982e74b7fdc6eb6b611c8666484 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 22 Feb 2018 21:17:30 +0000 Subject: community/chromium: upgrade to 64.0.3282.168 --- community/chromium/musl-libc++.patch | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'community/chromium/musl-libc++.patch') diff --git a/community/chromium/musl-libc++.patch b/community/chromium/musl-libc++.patch index 7f179331d0..088d80fad5 100644 --- a/community/chromium/musl-libc++.patch +++ b/community/chromium/musl-libc++.patch @@ -53,16 +53,3 @@ index 4163c2c..3d1902a 100644 #endif } #endif -diff --git a/buildtools/third_party/libc++/trunk/src/system_error.cpp b/buildtools/third_party/libc++/trunk/src/system_error.cpp -index cbbbb5d..8761e65 100644 ---- buildtools/third_party/libc++/trunk/src/system_error.cpp -+++ buildtools/third_party/libc++/trunk/src/system_error.cpp -@@ -73,7 +73,7 @@ string do_strerror_r(int ev) { - std::snprintf(buffer, strerror_buff_size, "unknown error %d", ev); - return string(buffer); - } --#elif defined(__linux__) && !defined(_LIBCPP_HAS_MUSL_LIBC) && \ -+#elif defined(__GLIBC__) && !defined(_LIBCPP_HAS_MUSL_LIBC) && \ - (!defined(__ANDROID__) || __ANDROID_API__ >= 23) - // GNU Extended version - string do_strerror_r(int ev) { -- cgit v1.2.3