unistd.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Copyright (C) 2004-2006 Atmel Corporation
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #ifndef __ASM_AVR32_UNISTD_H
  9. #define __ASM_AVR32_UNISTD_H
  10. #include <uapi/asm/unistd.h>
  11. #define NR_syscalls 321
  12. /* Old stuff */
  13. #define __IGNORE_uselib
  14. #define __IGNORE_mmap
  15. /* NUMA stuff */
  16. #define __IGNORE_mbind
  17. #define __IGNORE_get_mempolicy
  18. #define __IGNORE_set_mempolicy
  19. #define __IGNORE_migrate_pages
  20. #define __IGNORE_move_pages
  21. /* SMP stuff */
  22. #define __IGNORE_getcpu
  23. #define __ARCH_WANT_STAT64
  24. #define __ARCH_WANT_SYS_ALARM
  25. #define __ARCH_WANT_SYS_GETHOSTNAME
  26. #define __ARCH_WANT_SYS_PAUSE
  27. #define __ARCH_WANT_SYS_TIME
  28. #define __ARCH_WANT_SYS_UTIME
  29. #define __ARCH_WANT_SYS_WAITPID
  30. #define __ARCH_WANT_SYS_FADVISE64
  31. #define __ARCH_WANT_SYS_GETPGRP
  32. #define __ARCH_WANT_SYS_LLSEEK
  33. #define __ARCH_WANT_SYS_GETPGRP
  34. #define __ARCH_WANT_SYS_FORK
  35. #define __ARCH_WANT_SYS_VFORK
  36. #define __ARCH_WANT_SYS_CLONE
  37. #endif /* __ASM_AVR32_UNISTD_H */