Skip to content

Commit 83eb169

Browse files
isagefrangarcj
authored andcommitted
Add missing gai_strerror declaration
1 parent 32e377e commit 83eb169

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • newlib/libc/sys/vita/include

newlib/libc/sys/vita/include/netdb.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ struct servent *getservbyname(const char *name, const char *proto);
117117
int getaddrinfo(const char *node, const char *service, const struct addrinfo *hints, struct addrinfo **res);
118118
void freeaddrinfo(struct addrinfo *res);
119119
int getnameinfo(const struct sockaddr *restrict addr, socklen_t addrlen, char* host, socklen_t hostlen, char* serv, socklen_t servlen,int flags);
120+
const char *gai_strerror(int ecode);
120121
#ifdef __cplusplus
121122
}
122123
#endif

0 commit comments

Comments
 (0)