Roll src/src/third_party/lss/ f70e2f164..fd00dbbd0 (2 commits)
https://chromium.googlesource.com/linux-syscall-support/+log/f70e2f1641e2..fd00dbbd0c06 $ git log f70e2f164..fd00dbbd0 --date=short --no-merges --format='%ad %ae %s' 2020-03-10 mforney Avoid conflict with getdents64 defined by libc 2019-01-26 vapier futex: change to 6 args Created with: roll-dep src/src/third_party/lss Bug: google-breakpad:631 Change-Id: Icc248237dcc7bdc3f7b74cd8556efcaf3b4b1c31 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2106526 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
e780d58fd7
commit
2633712387
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/" +
|
||||||
"@f70e2f1641e280e777edfdad7f73a2cfa38139c7",
|
"@fd00dbbd0c06a309c657d89e9430143b179ff6db",
|
||||||
}
|
}
|
||||||
|
|
||||||
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='f70e2f1641e280e777edfdad7f73a2cfa38139c7'
|
revision='fd00dbbd0c06a309c657d89e9430143b179ff6db'
|
||||||
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