blob: 71fd5db06866d7193befa0ee58881724823998e6 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* 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 */