1#ifndef _SYS_SYSCALL_H
2#define _SYS_SYSCALL_H
3
4#ifdef __wasilibc_unmodified_upstream /* WASI has no syscall */
5#include <bits/syscall.h>
6#else
7/* The generic syscall funtion is not yet implemented. */
8#endif
9
10#endif