unistd.h 318 B

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