#ifndef LIBLINUX_SYSCALL_H #define LIBLINUX_SYSCALL_H #include // FIXME long syscall(long syscall, ...); #endif