summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/fsuid.h
blob: 538070451e9785209ee8c6fd592d09f81e70125c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __FSUID_H
#define __FSUID_H 1

#include <sys/types.h>

/* Linux only: */
int setfsuid(uid_t uid);
int setfsgid(gid_t gid);
int setfsuid32(uid32_t fsuid) __THROW;
int setfsgid32(gid32_t fsgid) __THROW;

#endif