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:
[email protected]


With regards,
Apache Git Services

Reply via email to