mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
The header at https://chromium.googlesource.com/linux-syscall-support/+/refs/heads/main uses underscores, not hyphens. Bug: b/173235782 Change-Id: I77bd7f807c8bc2d9e0fa36c5b59394ffdcb769bb Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2551757 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
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.