fix misplaced indention in sys/procfs.h
[musl.git] / include / sys / fsuid.h
blobc7a9b8faa7954dd0c06b4851c644375001990246
1 #ifndef _SYS_FSUID_H
2 #define _SYS_FSUID_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 #define __NEED_uid_t
9 #define __NEED_gid_t
11 #include <bits/alltypes.h>
13 int setfsuid(uid_t);
14 int setfsgid(gid_t);
16 #ifdef __cplusplus
18 #endif
20 #endif