Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasip1-threads/sys/syscall.h

10 lines
216 B
C
Raw Permalink Normal View History

2025-11-09 18:56:24 +01:00
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H
#ifdef __wasilibc_unmodified_upstream /* WASI has no syscall */
#include <bits/syscall.h>
#else
/* The generic syscall funtion is not yet implemented. */
#endif
#endif