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_64.h (609B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_X86_POSIX_TYPES_64_H
  3. #define _ASM_X86_POSIX_TYPES_64_H
  4. /*
  5. * This file is generally 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. typedef unsigned short __kernel_old_uid_t;
  10. typedef unsigned short __kernel_old_gid_t;
  11. #define __kernel_old_uid_t __kernel_old_uid_t
  12. typedef unsigned long __kernel_old_dev_t;
  13. #define __kernel_old_dev_t __kernel_old_dev_t
  14. #include <asm-generic/posix_types.h>
  15. #endif /* _ASM_X86_POSIX_TYPES_64_H */