logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

posix_types_x32.h (581B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_X86_POSIX_TYPES_X32_H
  3. #define _ASM_X86_POSIX_TYPES_X32_H
  4. /*
  5. * This file is only used by user-level software, so you need to
  6. * be a little careful about namespace pollution etc. Also, we cannot
  7. * assume GCC is being used.
  8. *
  9. * These types should generally match the ones used by the 64-bit kernel,
  10. *
  11. */
  12. typedef long long __kernel_long_t;
  13. typedef unsigned long long __kernel_ulong_t;
  14. #define __kernel_long_t __kernel_long_t
  15. #include <asm/posix_types_64.h>
  16. #endif /* _ASM_X86_POSIX_TYPES_X32_H */