Project: linux-syscall-support

Directly embed Linux system calls

Project description

Every so often, projects need to directly embed Linux system calls instead of calling the implementations in the system runtime library. linux-syscall-support ("LSS" for short) provides a header file that can be included into your application whenever you need to make direct system calls. The canonical source code location for linux-syscall-support has moved to https://chromium.googlesource.com/linux-syscall-support

Project access

Anyone on the Internet