unistd.h 481 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * IA-64 Linux syscall numbers and inline-functions.
  4. *
  5. * Copyright (C) 1998-2005 Hewlett-Packard Co
  6. * David Mosberger-Tang <[email protected]>
  7. */
  8. #ifndef _UAPI_ASM_IA64_UNISTD_H
  9. #define _UAPI_ASM_IA64_UNISTD_H
  10. #include <asm/break.h>
  11. #define __BREAK_SYSCALL __IA64_BREAK_SYSCALL
  12. #define __NR_Linux 1024
  13. #define __NR_umount __NR_umount2
  14. #include <asm/unistd_64.h>
  15. #endif /* _UAPI_ASM_IA64_UNISTD_H */