123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef _SYS_FSUID_H
- #define _SYS_FSUID_H 1
- #include <features.h>
- #include <sys/types.h>
- __BEGIN_DECLS
- extern int setfsuid (__uid_t __uid) __THROW;
- extern int setfsgid (__gid_t __gid) __THROW;
- __END_DECLS
- #endif
|