2012-06-16 05:52:53 +04:00
|
|
|
#ifndef _SYS_FSUID_H
|
|
|
|
#define _SYS_FSUID_H
|
2012-01-29 06:09:50 +04: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
|