mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
More syscalls to come. Bug: crashpad:265 Change-Id: Ib139e638b0356426f922650249632132fd613f6f Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1540403 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>
17 lines
517 B
Plaintext
17 lines
517 B
Plaintext
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.
|