Get the latest tech news

Linux Syscall Support


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.

This project provides a header file that can be included into your application whenever you need to make direct system calls. The goal is to provide an API that generally mirrors the standard C library while still making direct syscalls. You can either copy the file into your project, or preferably, you can set up Git submodules to automatically pull from our source repository.

Get the Android app

Or read this on Hacker News