Re: 'struct flock' has no member named 'l_end'

2015-03-28 Thread Samuel Thibault
Manolis Ragkousis, le Sat 28 Mar 2015 09:43:08 +, a écrit : > And one more thing. In libpthread commit > 44ae774bed1a75ea926590f1bc7c9f3328219832 > you pushed > > -#ifdef IS_IN_libpthread > +#if IS_IN (libpthread) > > But it ends failing with > > ./pthread/pt-internal.h:38:11: error: missing

Re: 'struct flock' has no member named 'l_end'

2015-03-28 Thread Manolis Ragkousis
Hello, On 25 March 2015 at 01:39, Samuel Thibault wrote: > This was not up to date to some oddness in the tls-threadvar branch, but > I've now fixed it, and thus contains the fix from the corresponding > branch. Thank you. > BTW, I think the latest libpthread source will save you some unnecessa

Re: Replacing IPC tables with radix trees (was: VM cache policy change)

2015-03-28 Thread Samuel Thibault
Justus Winter, le Fri 27 Mar 2015 12:30:47 +0100, a écrit : > some adjustments of the debug interface (which I assume I can change > freely, right?). Yes. Samuel