1570af302Sopenharmony_ci#include <sys/fsuid.h> 2570af302Sopenharmony_ci#include "syscall.h" 3570af302Sopenharmony_ci 4570af302Sopenharmony_ciint setfsuid(uid_t uid) 5570af302Sopenharmony_ci{ 6570af302Sopenharmony_ci return syscall(SYS_setfsuid, uid); 7570af302Sopenharmony_ci} 8