mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
Fuchsia is unnesting third_party dependencies to be in a flat structure in preperation for migrating to git submodules. Bug: b/189352193 Change-Id: I308bfc1db43eb308b89e2bfca8b4f6abf7177d80 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3179766 Commit-Queue: Francois Rousseau <frousseau@google.com> Reviewed-by: 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.