/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_ALPHA_UNISTD_H #define _UAPI_ALPHA_UNISTD_H /* These are traditionally the names linux-alpha uses for * the two otherwise generic system calls */ #define __NR_umount __NR_umount2 #define __NR_osf_shmat __NR_shmat #include #endif /* _UAPI_ALPHA_UNISTD_H */