License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / m32r / include / asm / unistd.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _ASM_M32R_UNISTD_H
3#define _ASM_M32R_UNISTD_H
4
f7f4dc10 5#include <uapi/asm/unistd.h>
1da177e4 6
56142536 7
7b21fddd 8#define NR_syscalls 326
1da177e4 9
1da177e4
LT
10#define __ARCH_WANT_STAT64
11#define __ARCH_WANT_SYS_ALARM
12#define __ARCH_WANT_SYS_GETHOSTNAME
baed7fc9 13#define __ARCH_WANT_SYS_IPC
1da177e4
LT
14#define __ARCH_WANT_SYS_PAUSE
15#define __ARCH_WANT_SYS_TIME
16#define __ARCH_WANT_SYS_UTIME
17#define __ARCH_WANT_SYS_WAITPID
18#define __ARCH_WANT_SYS_SOCKETCALL
19#define __ARCH_WANT_SYS_FADVISE64
20#define __ARCH_WANT_SYS_GETPGRP
21#define __ARCH_WANT_SYS_LLSEEK
1da177e4 22#define __ARCH_WANT_SYS_OLDUMOUNT
92bbe6cd
AV
23#define __ARCH_WANT_SYS_CLONE
24#define __ARCH_WANT_SYS_FORK
25#define __ARCH_WANT_SYS_VFORK
1da177e4 26
52fda487
HT
27#define __IGNORE_lchown
28#define __IGNORE_setuid
29#define __IGNORE_getuid
30#define __IGNORE_setgid
31#define __IGNORE_getgid
32#define __IGNORE_geteuid
33#define __IGNORE_getegid
34#define __IGNORE_fcntl
35#define __IGNORE_setreuid
36#define __IGNORE_setregid
37#define __IGNORE_getrlimit
38#define __IGNORE_getgroups
39#define __IGNORE_setgroups
40#define __IGNORE_select
41#define __IGNORE_mmap
42#define __IGNORE_fchown
43#define __IGNORE_setfsuid
44#define __IGNORE_setfsgid
45#define __IGNORE_setresuid
46#define __IGNORE_getresuid
47#define __IGNORE_setresgid
48#define __IGNORE_getresgid
49#define __IGNORE_chown
50
1da177e4 51#endif /* _ASM_M32R_UNISTD_H */