You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/12 00:02:58 UTC

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #4306: Fix incorrect call to Unicode Win32 InetPton

FrozenGene commented on a change in pull request #4306: Fix incorrect call to Unicode Win32 InetPton
URL: https://github.com/apache/incubator-tvm/pull/4306#discussion_r344963892
 
 

 ##########
 File path: src/common/socket.h
 ##########
 @@ -59,7 +59,7 @@ static inline int poll(struct pollfd *pfd, int nfds,
   return WSAPoll(pfd, nfds, timeout);
 }
 static inline int inet_pton(int family, const char* addr_str, void* addr_buf) {
 
 Review comment:
   Maybe be better to remove? Because WIndows / Unix both have inet_pton as comment said before

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services