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:
Joshua Peraza 2018-07-10 15:31:39 -07:00
parent c79e349bec
commit ecbbfbeb9d
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/" +
"@e6527b0cd469e3ff5764785dadcb39bf7d787154",
"@a89bf7903f3169e6bc7b8efc10a73a7571de21cf",
}
hooks = [

View file

@ -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'