]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/alpha/include/asm/unistd.h
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / alpha / include / asm / unistd.h
1 #ifndef _ALPHA_UNISTD_H
2 #define _ALPHA_UNISTD_H
3
4 #include <uapi/asm/unistd.h>
5
6 #define NR_SYSCALLS                     514
7
8 #define __ARCH_WANT_OLD_READDIR
9 #define __ARCH_WANT_STAT64
10 #define __ARCH_WANT_SYS_GETHOSTNAME
11 #define __ARCH_WANT_SYS_FADVISE64
12 #define __ARCH_WANT_SYS_GETPGRP
13 #define __ARCH_WANT_SYS_OLDUMOUNT
14 #define __ARCH_WANT_SYS_SIGPENDING
15 #define __ARCH_WANT_SYS_FORK
16 #define __ARCH_WANT_SYS_VFORK
17 #define __ARCH_WANT_SYS_CLONE
18
19 #endif /* _ALPHA_UNISTD_H */