mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-07 16:19:06 -04:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef _SYS_SYSCALL_H
|
|
#define _SYS_SYSCALL_H
|
|
|
|
#include <bits/syscall.h>
|
|
|
|
#endif
|