Usermode/libpsocket - Header wrapping, byte ordering functions
[tpg/acess2.git] / Usermode / Libraries / libpsocket.so_src / getaddrinfo.c
index aa8128d..fd93503 100644 (file)
@@ -235,3 +235,8 @@ const char *gai_strerror(int errnum)
        }
 }
 
+struct hostent *gethostbyname(const char *name)
+{
+       return NULL;
+}
+

UCC git Repository :: git.ucc.asn.au