#pragma once /** * @file syscall.h * @brief Historical alternative to `<sys/syscall.h>`. * * New code should use `<sys/syscall.h>` directly. */ #include <sys/syscall.h>