1570af302Sopenharmony_ci#ifndef _SYS_FSUID_H 2570af302Sopenharmony_ci#define _SYS_FSUID_H 3570af302Sopenharmony_ci 4570af302Sopenharmony_ci#ifdef __cplusplus 5570af302Sopenharmony_ciextern "C" { 6570af302Sopenharmony_ci#endif 7570af302Sopenharmony_ci 8570af302Sopenharmony_ci#define __NEED_uid_t 9570af302Sopenharmony_ci#define __NEED_gid_t 10570af302Sopenharmony_ci 11570af302Sopenharmony_ci#include <bits/alltypes.h> 12570af302Sopenharmony_ci 13570af302Sopenharmony_ciint setfsuid(uid_t); 14570af302Sopenharmony_ciint setfsgid(gid_t); 15570af302Sopenharmony_ci 16570af302Sopenharmony_ci#ifdef __cplusplus 17570af302Sopenharmony_ci} 18570af302Sopenharmony_ci#endif 19570af302Sopenharmony_ci 20570af302Sopenharmony_ci#endif 21