chiark / gitweb /
volume_id: provide libvolume_id.a file
[elogind.git] / klibc / include / sys / syscall.h
1 /*
2  * sys/syscall.h
3  *
4  * Generic system call interface macros
5  */
6 #ifndef _SYS_SYSCALL_H
7 #define _SYS_SYSCALL_H
8
9 #include <errno.h>
10 #include <sys/types.h>
11 #include <asm/unistd.h>
12
13 /* Many architectures have incomplete, defective or non-applicable
14    syscall macros */
15 #include <klibc/archsys.h>
16
17 #endif /* _SYS_SYSCALL_H */