mirror of
https://repo.or.cz/socat.git
synced 2025-07-06 13:06:33 +00:00
port to Android
This commit is contained in:
parent
0b472d59d2
commit
26801266f2
11 changed files with 84 additions and 0 deletions
|
@ -73,7 +73,9 @@ extern const char *inet_ntop(int pf, const void *binaddr,
|
|||
char *addrtext, socklen_t textlen);
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_SETGRENT) && defined(HAVE_GETGRENT) && defined(HAVE_ENDGRENT)
|
||||
extern int getusergroups(const char *user, gid_t *list, size_t *ngroups);
|
||||
#endif
|
||||
|
||||
#if !HAVE_HSTRERROR
|
||||
extern const char *hstrerror(int err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue