unistd.h 523 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright 2004-2009 Analog Devices Inc.
  3. *
  4. * Licensed under the GPL-2 or later.
  5. */
  6. #ifndef __ASM_BFIN_UNISTD_H
  7. #define __ASM_BFIN_UNISTD_H
  8. #include <uapi/asm/unistd.h>
  9. #define __ARCH_WANT_STAT64
  10. #define __ARCH_WANT_SYS_ALARM
  11. #define __ARCH_WANT_SYS_GETHOSTNAME
  12. #define __ARCH_WANT_SYS_PAUSE
  13. #define __ARCH_WANT_SYS_TIME
  14. #define __ARCH_WANT_SYS_FADVISE64
  15. #define __ARCH_WANT_SYS_GETPGRP
  16. #define __ARCH_WANT_SYS_LLSEEK
  17. #define __ARCH_WANT_SYS_NICE
  18. #define __ARCH_WANT_SYS_VFORK
  19. #endif /* __ASM_BFIN_UNISTD_H */