mirror of
https://github.com/fluencelabs/musl
synced 2025-06-04 10:31:37 +00:00
11 lines
165 B
C
11 lines
165 B
C
|
#ifndef _SYSCALL_H
|
||
|
#define _SYSCALL_H
|
||
|
|
||
|
/* This header is mostly useless leftover wrapper cruft */
|
||
|
|
||
|
#include <sys/syscall.h>
|
||
|
|
||
|
#define socketcall __socketcall
|
||
|
|
||
|
#endif
|