Updated lss to fix compiling with GCC 9
Bug: https://bugs.chromium.org/p/google-breakpad/issues/detail?id=795 Change-Id: I1494c1d2493616b6b263111137ef7aceeb31be44 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1733536 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
cfad51e954
commit
55499d616c
2 changed files with 2 additions and 2 deletions
2
DEPS
2
DEPS
|
@ -51,7 +51,7 @@ deps = {
|
||||||
# Linux syscall support.
|
# Linux syscall support.
|
||||||
"src/src/third_party/lss":
|
"src/src/third_party/lss":
|
||||||
"https://chromium.googlesource.com/linux-syscall-support/" +
|
"https://chromium.googlesource.com/linux-syscall-support/" +
|
||||||
"@a89bf7903f3169e6bc7b8efc10a73a7571de21cf",
|
"@8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
|
||||||
}
|
}
|
||||||
|
|
||||||
hooks = [
|
hooks = [
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<project path='src/src/third_party/lss'
|
<project path='src/src/third_party/lss'
|
||||||
name='linux-syscall-support/'
|
name='linux-syscall-support/'
|
||||||
revision='a89bf7903f3169e6bc7b8efc10a73a7571de21cf'
|
revision='8048ece6c16c91acfe0d36d1d3cc0890ab6e945c'
|
||||||
remote='chromium' />
|
remote='chromium' />
|
||||||
|
|
||||||
<project path='src/src/third_party/protobuf/protobuf'
|
<project path='src/src/third_party/protobuf/protobuf'
|
||||||
|
|
Loading…
Reference in a new issue