unistd.h 253 B

1234567891011
  1. #include <uapi/asm-generic/unistd.h>
  2. /*
  3. * These are required system calls, we should
  4. * invert the logic eventually and let them
  5. * be selected by default.
  6. */
  7. #if __BITS_PER_LONG == 32
  8. #define __ARCH_WANT_STAT64
  9. #define __ARCH_WANT_SYS_LLSEEK
  10. #endif