#ifndef _SYS_SYSCALL_H #define _SYS_SYSCALL_H #ifdef __cplusplus extern "C" { #endif #include long syscall(long, ...); #ifdef __cplusplus } #endif #endif