mirror of
https://github.com/oasislinux/oasis.git
synced 2026-06-21 15:37:15 +02:00
5 lines
136 B
C
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 *);
|