tqchen commented on a change in pull request #4281: [RUTNIME] Support C++ RPC
URL: https://github.com/apache/incubator-tvm/pull/4281#discussion_r344506148
##########
File path: src/common/util.h
##########
@@ -61,6 +65,41 @@ inline int TVMPClose(FILE* stream) {
return pclose(stream);
#endif
}
+
+/*
+ * gnulib sys_wait.h.in says on Windows
Review comment:
To be on the safe side(license), I think we should avoid mention gnulib if
you created the status handling code by yourself
----------------------------------------------------------------
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