mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
a41e599f33
... as we move crashpad from //third_party/crashpad to //third_party/crashpad/src Change-Id: I081520ad44334cc83397234e5d16535d0db4806d Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/4132465 Reviewed-by: Francois Rousseau <frousseau@google.com> Commit-Queue: Jay Zhuang <jayzhuang@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.