a8fec678bfee4a93db4217e8a1f7c21381b078b9
[musl] / include / sys / syscall.h
1 #ifndef _SYS_SYSCALL_H
2 #define _SYS_SYSCALL_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6
7
8 #include <bits/syscall.h>
9
10 long syscall(long, ...);
11
12
13 #ifdef __cplusplus
14 }
15 #endif
16 #endif