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:
Henri Hyyryläinen 2019-08-03 17:14:51 +03:00 committed by Mike Frysinger
parent cfad51e954
commit 55499d616c
2 changed files with 2 additions and 2 deletions

2
DEPS
View file

@ -51,7 +51,7 @@ deps = {
# Linux syscall support.
"src/src/third_party/lss":
"https://chromium.googlesource.com/linux-syscall-support/" +
"@a89bf7903f3169e6bc7b8efc10a73a7571de21cf",
"@8048ece6c16c91acfe0d36d1d3cc0890ab6e945c",
}
hooks = [

View file

@ -32,7 +32,7 @@
<project path='src/src/third_party/lss'
name='linux-syscall-support/'
revision='a89bf7903f3169e6bc7b8efc10a73a7571de21cf'
revision='8048ece6c16c91acfe0d36d1d3cc0890ab6e945c'
remote='chromium' />
<project path='src/src/third_party/protobuf/protobuf'