summaryrefslogtreecommitdiff
path: root/klibc/include/sys/syscall.h
blob: c2c7684c4a2c3e3ebe1140229a966a52cc1fc0db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * sys/syscall.h
 *
 * Generic system call interface macros
 */
#ifndef _SYS_SYSCALL_H
#define _SYS_SYSCALL_H

#include <errno.h>
#include <sys/types.h>
#include <asm/unistd.h>

/* Many architectures have incomplete, defective or non-applicable
   syscall macros */
#include <klibc/archsys.h>

#endif /* _SYS_SYSCALL_H */