mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
parent
06ace4e7b4
commit
f8ea02d4d1
9 changed files with 224 additions and 7 deletions
4
third_party/musl/pwd.c
vendored
4
third_party/musl/pwd.c
vendored
|
@ -115,7 +115,7 @@ atou(char **s)
|
|||
return x;
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
__getpwent_a(FILE *f, struct passwd *pw, char **line, size_t *size,
|
||||
struct passwd **res)
|
||||
{
|
||||
|
@ -161,7 +161,7 @@ __getpwent_a(FILE *f, struct passwd *pw, char **line, size_t *size,
|
|||
return rv;
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
__getpw_a(const char *name, uid_t uid, struct passwd *pw, char **buf,
|
||||
size_t *size, struct passwd **res)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue