treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / alpha / include / asm / unistd.h
blob986f5da9b7d8b4a6c568e28914bedad459203d17
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ALPHA_UNISTD_H
3 #define _ALPHA_UNISTD_H
5 #include <uapi/asm/unistd.h>
7 #define NR_SYSCALLS __NR_syscalls
9 #define __ARCH_WANT_NEW_STAT
10 #define __ARCH_WANT_OLD_READDIR
11 #define __ARCH_WANT_STAT64
12 #define __ARCH_WANT_SYS_GETHOSTNAME
13 #define __ARCH_WANT_SYS_FADVISE64
14 #define __ARCH_WANT_SYS_GETPGRP
15 #define __ARCH_WANT_SYS_OLDUMOUNT
16 #define __ARCH_WANT_SYS_SIGPENDING
17 #define __ARCH_WANT_SYS_UTIME
18 #define __ARCH_WANT_SYS_FORK
19 #define __ARCH_WANT_SYS_VFORK
20 #define __ARCH_WANT_SYS_CLONE
22 #endif /* _ALPHA_UNISTD_H */