Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f0a97fb43ab1ccab1904e7bc947a97c6e795900e
/
.
/
runit
/
uidgid.h
blob: 1d47fe620c3877ff1c708b6add3598ca95cf8628 [
file
] [
log
] [
blame
]
#ifndef
UIDGID_H
#define
UIDGID_H
#include
<sys/types.h>
struct
uidgid
{
uid_t
uid
;
gid_t
gid
[
61
];
int
gids
;
};
extern
unsigned
uidgid_get
(
struct
uidgid
*,
char
*,
unsigned
);
#endif