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


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. # ifdef __i386__
  3. # include <asm/posix_types_32.h>
  4. # elif defined(__ILP32__)
  5. # include <asm/posix_types_x32.h>
  6. # else
  7. # include <asm/posix_types_64.h>
  8. # endif