chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / klibc / include / sys / fsuid.h
1 /*
2  * sys/fsuid.h
3  */
4
5 #ifndef _SYS_FSUID_H
6 #define _SYS_FSUID_H
7
8 #include <klibc/extern.h>
9 #include <sys/types.h>
10
11 __extern int setfsuid(uid_t);
12 __extern int setfsgid(gid_t);
13
14 #endif /* _SYS_FSUID_H */