global cleanup to use the new syscall interface
[musl] / src / internal / syscall.h
1 #ifndef _SYSCALL_H
2 #define _SYSCALL_H
3
4 /* This header is mostly useless leftover wrapper cruft */
5
6 #include <sys/syscall.h>
7
8 #define socketcall __socketcall
9
10 #endif