1 #pragma once
2 
3 /**
4  * @file syscall.h
5  * @brief Historical alternative to `<sys/syscall.h>`.
6  *
7  * New code should use `<sys/syscall.h>` directly.
8  */
9 
10 #include <sys/syscall.h>
11