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

fsuid.h (233B)


  1. #ifndef _SYS_FSUID_H
  2. #define _SYS_FSUID_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #define __NEED_uid_t
  7. #define __NEED_gid_t
  8. #include <bits/alltypes.h>
  9. int setfsuid(uid_t);
  10. int setfsgid(gid_t);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif