mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
821d265ea9
Fuchsia is currently pulling in lss twice, this rolls crashpad up to HEAD and redirects the Fuchsia build to use the existing copy in our dependencies. Change-Id: Ib698ee72d3d1881d22128bc94a1f6f17185a0755 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3364805 Reviewed-by: Francois Rousseau <frousseau@google.com> Commit-Queue: Francois Rousseau <frousseau@google.com>
Name: linux-syscall-support Short Name: lss URL: https://chromium.googlesource.com/linux-syscall-support/ Revision: See DEPS License: BSD 3-clause License File: lss/linux_syscall_support.h Security Critical: yes Description: Every so often, projects need to directly embed Linux system calls instead of calling the implementations in the system runtime library. This project provides a header file that can be included into your application whenever you need to make direct system calls. Local Modifications: None.