mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-21 14:40:49 +01:00
Remove linux_arm_1292951.patch which is no longer required
This commit is contained in:
parent
354064ae76
commit
ce13240080
@ -590,12 +590,6 @@ patches = [
|
|||||||
# Also reverts the changes from https://crrev.com/db245883e1
|
# Also reverts the changes from https://crrev.com/db245883e1
|
||||||
'name': 'linux_printing_context',
|
'name': 'linux_printing_context',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
# Linux: Fix implicit conversion error on ARM.
|
|
||||||
# https://chromium-review.googlesource.com/c/linux-syscall-support/+/3786946/
|
|
||||||
'name': 'linux_arm_1292951',
|
|
||||||
'path': 'third_party/lss',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
# Fix deadlock in EmbeddedTestServer::ShutdownAndWaitUntilComplete.
|
# Fix deadlock in EmbeddedTestServer::ShutdownAndWaitUntilComplete.
|
||||||
# https://chromium-review.googlesource.com/c/chromium/src/+/3798752
|
# https://chromium-review.googlesource.com/c/chromium/src/+/3798752
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git linux_syscall_support.h linux_syscall_support.h
|
|
||||||
index e4e816f..5ea1295 100644
|
|
||||||
--- linux_syscall_support.h
|
|
||||||
+++ linux_syscall_support.h
|
|
||||||
@@ -4842,7 +4842,7 @@ struct kernel_statfs {
|
|
||||||
unsigned, o2)
|
|
||||||
LSS_INLINE _syscall5(ssize_t, _pwrite64, int, f,
|
|
||||||
const void *, b, size_t, c, unsigned, o1,
|
|
||||||
- long, o2)
|
|
||||||
+ unsigned, o2)
|
|
||||||
LSS_INLINE _syscall4(int, _readahead, int, f,
|
|
||||||
unsigned, o1, unsigned, o2, size_t, c)
|
|
||||||
#endif
|
|
Loading…
x
Reference in New Issue
Block a user