2012-06-16 01:52:53 +00:00
|
|
|
#ifndef _SYS_FSUID_H
|
|
|
|
#define _SYS_FSUID_H
|
2012-01-29 02:09:50 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define __NEED_uid_t
|
|
|
|
#define __NEED_gid_t
|
|
|
|
|
|
|
|
#include <bits/alltypes.h>
|
|
|
|
|
|
|
|
int setfsuid(uid_t);
|
|
|
|
int setfsgid(gid_t);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|