mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +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
|