mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 00:38:31 +00:00
Add getgroups and setgroups (#619)
This commit is contained in:
parent
3665232d66
commit
4c40c500b8
17 changed files with 280 additions and 29 deletions
1
third_party/musl/passwd.h
vendored
1
third_party/musl/passwd.h
vendored
|
@ -43,7 +43,6 @@ void setgrent(void);
|
|||
struct group *fgetgrent(struct FILE *);
|
||||
int putgrent(const struct group *, struct FILE *);
|
||||
int getgrouplist(const char *, gid_t, gid_t *, int *);
|
||||
int setgroups(size_t, const int32_t *);
|
||||
int initgroups(const char *, int32_t);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue