Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
aeaa1264b5e95bb6aa2fc8eabf115c28d7c02398
/
.
/
fake-gai-errnos.h
blob: 27f6089e99c34744c7678626327f71b5c9ff9ab0 [
file
] [
log
] [
blame
]
/*
* fake library for ssh
*
* This file is included in getaddrinfo.c and getnameinfo.c.
* See getaddrinfo.c and getnameinfo.c.
*/
/* for old netdb.h */
#ifndef
EAI_NODATA
#define
EAI_NODATA
1
#define
EAI_MEMORY
2
#endif