1
0
mirror of https://github.com/fluencelabs/musl synced 2025-06-07 20:11:49 +00:00

17 lines
197 B
C
Raw Normal View History

#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
#ifdef __cplusplus
extern "C" {
#endif
#include <features.h>
long syscall(long, ...);
#include <bits/syscall.h>
#ifdef __cplusplus
}
#endif
#endif