1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _UAPI_ALPHA_UNISTD_H
3#define _UAPI_ALPHA_UNISTD_H
4
5/* These are traditionally the names linux-alpha uses for
6 * the two otherwise generic system calls */
7#define __NR_umount	__NR_umount2
8#define __NR_osf_shmat	__NR_shmat
9
10/* These return an extra value but can be used as aliases */
11#define __NR_getpid	__NR_getxpid
12#define __NR_getuid	__NR_getxuid
13#define __NR_getgid	__NR_getxgid
14
15#include <asm/unistd_32.h>
16
17#endif /* _UAPI_ALPHA_UNISTD_H */
18