From 67f738b7adb47dc1e3b272fb99062f4192fa6651 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Jun 2016 14:17:56 -0400 Subject: linux-syscall-support: pull in latest version The sys_mmap/sys_mmap2 weirdness has been cleaned up in lss now and there is only one API now for everyone -- sys_mmap. R=mseaborn@chromium.org Review URL: https://codereview.chromium.org/2065493006 . --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 65d4d669..2de510a5 100644 --- a/DEPS +++ b/DEPS @@ -59,7 +59,7 @@ deps = { # Linux syscall support. "src/src/third_party/lss": "https://chromium.googlesource.com/linux-syscall-support/" + - "@9292030109847793f7a6689adac1ddafb412fe14" + "@3f6478ac95edf86cd3da300c2c0d34a438f5dbeb", } hooks = [ -- cgit v1.2.1