mirror of
git://git.musl-libc.org/musl
synced 2025-01-09 08:10:30 +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
|