fsuid.h 233 B

1234567891011121314151617181920
  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