162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _UAPI_ALPHA_UNISTD_H 362306a36Sopenharmony_ci#define _UAPI_ALPHA_UNISTD_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* These are traditionally the names linux-alpha uses for 662306a36Sopenharmony_ci * the two otherwise generic system calls */ 762306a36Sopenharmony_ci#define __NR_umount __NR_umount2 862306a36Sopenharmony_ci#define __NR_osf_shmat __NR_shmat 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci/* These return an extra value but can be used as aliases */ 1162306a36Sopenharmony_ci#define __NR_getpid __NR_getxpid 1262306a36Sopenharmony_ci#define __NR_getuid __NR_getxuid 1362306a36Sopenharmony_ci#define __NR_getgid __NR_getxgid 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#include <asm/unistd_32.h> 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif /* _UAPI_ALPHA_UNISTD_H */ 18