/usr/lib/klibc/include/sys/fsuid.h is in libklibc-dev 2.0.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /*
* sys/fsuid.h
*/
#ifndef _SYS_FSUID_H
#define _SYS_FSUID_H
#include <klibc/extern.h>
#include <sys/types.h>
__extern int setfsuid(uid_t);
__extern int setfsgid(gid_t);
#endif /* _SYS_FSUID_H */
|