mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Add Cosmopolitan to uname()
This commit is contained in:
parent
ed316491ca
commit
3ffc17c50e
9 changed files with 56 additions and 14 deletions
2
third_party/musl/passwd.h
vendored
2
third_party/musl/passwd.h
vendored
|
@ -43,7 +43,7 @@ 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 initgroups(const char *, int32_t);
|
||||
int initgroups(const char *, gid_t);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue