windows: drop XP support
[fio.git] / os / windows / posix / include / arpa / inet.h
index 056f1dd5822a91574dde256a6823accd5d28fc03..1024db378e68ed4df34680726b958e7fa30442cb 100644 (file)
@@ -12,10 +12,4 @@ typedef int in_addr_t;
 
 in_addr_t inet_network(const char *cp);
 
-#ifdef CONFIG_WINDOWS_XP
-const char *inet_ntop(int af, const void *restrict src,
-        char *restrict dst, socklen_t size);
-int inet_pton(int af, const char *restrict src, void *restrict dst);
-#endif
-
 #endif /* ARPA_INET_H */