From e2abcdca396661cbe0ae2ddb13d5c2b85682c13a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Oct 2020 17:41:25 +0300 Subject: initial commit --- include/pwd.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/pwd.h (limited to 'include/pwd.h') diff --git a/include/pwd.h b/include/pwd.h new file mode 100644 index 0000000..c1aabba --- /dev/null +++ b/include/pwd.h @@ -0,0 +1,4 @@ +#include_next +#define setpassent(n) setpwent() +const char *user_from_uid(uid_t, int); +int uid_from_user(const char *, uid_t *); -- cgit v1.2.3