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

user.h (200B)


  1. #ifndef _SYS_USER_H
  2. #define _SYS_USER_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include <limits.h>
  7. #include <stdint.h>
  8. #include <unistd.h>
  9. #include <bits/user.h>
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif