mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
7 lines
81 B
C
Vendored
7 lines
81 B
C
Vendored
#ifndef _SYS_SYSCALL_H
|
|
#define _SYS_SYSCALL_H
|
|
|
|
#include <bits/syscall.h>
|
|
|
|
#endif
|