Files
2018-11-03 01:16:52 -07:00

5 lines
136 B
C

#include_next <pwd.h>
#define setpassent(n) setpwent()
const char *user_from_uid(uid_t, int);
int uid_from_user(const char *, uid_t *);