mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 10:23:41 +00:00
Update lss to a89bf7903f3169e6bc7b8efc10a73a7571de21cf
a89bf79 Remove sysconf override 4ce4c48 fix return value in pipe polyfill Change-Id: Icf9cf8b50f3d48b02a5aa21d6ff6b4dfd0300b82 Reviewed-on: https://chromium-review.googlesource.com/1132459 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
c79e349bec
commit
ecbbfbeb9d
2 changed files with 2 additions and 2 deletions
2
DEPS
2
DEPS
|
@ -51,7 +51,7 @@ deps = {
|
|||
# Linux syscall support.
|
||||
"src/src/third_party/lss":
|
||||
"https://chromium.googlesource.com/linux-syscall-support/" +
|
||||
"@e6527b0cd469e3ff5764785dadcb39bf7d787154",
|
||||
"@a89bf7903f3169e6bc7b8efc10a73a7571de21cf",
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<project path='src/src/third_party/lss'
|
||||
name='linux-syscall-support/'
|
||||
revision='e6527b0cd469e3ff5764785dadcb39bf7d787154'
|
||||
revision='a89bf7903f3169e6bc7b8efc10a73a7571de21cf'
|
||||
remote='chromium' />
|
||||
|
||||
<project path='src/src/third_party/protobuf/protobuf'
|
||||
|
|
Loading…
Reference in a new issue