unistd.h 210 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef __ASM_UNISTD_H
  3. #define __ASM_UNISTD_H
  4. #include <uapi/asm/unistd.h>
  5. #define __ARCH_WANT_STAT64
  6. #define __ARCH_WANT_SET_GET_RLIMIT
  7. #endif