On Mon, Oct 02, 2017 at 04:11:01PM +0000, Hefty, Sean wrote: > > [26/189] Building C object > > librdmacm/CMakeFiles/rspreload.dir/preload.c.o > > ../librdmacm/preload.c:818:9: warning: no previous prototype for > > ???readv??? [-Wmissing-prototypes] ssize_t readv(int socket, const struct > > iovec *iov, int iovcnt) > > ^~~~~ > > ../librdmacm/preload.c:857:9: warning: no previous prototype for > > ???writev??? [-Wmissing-prototypes] ssize_t writev(int socket, const > > struct iovec *iov, int iovcnt) > > Does including sys/uio.h fix this? Something like that is the right solution, probably caused by glibc changes not gcc changes... The prototype must come from glibc headers. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html