Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ALPHA_UNISTD_H |
| 2 | #define _ALPHA_UNISTD_H |
| 3 | |
David Howells | 96433f6e | 2012-12-17 13:47:09 +0000 | [diff] [blame] | 4 | #include <uapi/asm/unistd.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Michael Cree | 5691e44 | 2014-07-24 17:53:53 -0700 | [diff] [blame] | 6 | #define NR_SYSCALLS 511 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | #define __ARCH_WANT_OLD_READDIR |
| 9 | #define __ARCH_WANT_STAT64 |
| 10 | #define __ARCH_WANT_SYS_GETHOSTNAME |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #define __ARCH_WANT_SYS_FADVISE64 |
| 12 | #define __ARCH_WANT_SYS_GETPGRP |
| 13 | #define __ARCH_WANT_SYS_OLD_GETRLIMIT |
| 14 | #define __ARCH_WANT_SYS_OLDUMOUNT |
| 15 | #define __ARCH_WANT_SYS_SIGPENDING |
Al Viro | dfe09ae | 2012-10-26 09:54:47 -0400 | [diff] [blame] | 16 | #define __ARCH_WANT_SYS_FORK |
| 17 | #define __ARCH_WANT_SYS_VFORK |
| 18 | #define __ARCH_WANT_SYS_CLONE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #endif /* _ALPHA_UNISTD_H */ |