mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 19:09:32 +00:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef _SYS_SYSCALL_H
|
|
#define _SYS_SYSCALL_H
|
|
|
|
#include <bits/syscall.h>
|
|
|
|
#endif
|