unistd.h 516 B

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