#ifndef _SYSCALL_H #define _SYSCALL_H /* This header is mostly useless leftover wrapper cruft */ #include #define socketcall __socketcall #endif