On Jun 2, 2010, at 19:05 , Roland Dreier wrote: >> setlinebuf() is pretty intuitive to understand, compared to setvbuf(). > > I finally applied this; however in the end I decided to do > > setvbuf(stdout, NULL, _IOLBF, 0); > > instead of setlinebuf(), since in the past I've prefered more pedantic > stuff (eg posix_memalign instead of memalign) to the older simpler > traditional functions. Kind of a trivial issue either way anyway.
Agree. Thanks anyway. Håkon -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
