chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / 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 <asm/unistd.h>
11
12 /* Many architectures have incomplete or defective syscall macros */
13 #include <klibc/archsys.h>
14
15 #endif /* _SYS_SYSCALL_H */