Re: [PATCH 03/11] glx: unifdef USE_XTHREADS

2011-03-03 Thread Julien Cristau
On Thu, Mar 3, 2011 at 14:07:17 -0500, Adam Jackson wrote: > xthreads is an ancient wrapper around a half dozen or so common thread > APIs, including pthreads. Just use pthreads directly if you have it; if > you don't, get with the times. > > Signed-off-by: Adam Jackson > --- > glx/glthread.c

[PATCH 03/11] glx: unifdef USE_XTHREADS

2011-03-03 Thread Adam Jackson
xthreads is an ancient wrapper around a half dozen or so common thread APIs, including pthreads. Just use pthreads directly if you have it; if you don't, get with the times. Signed-off-by: Adam Jackson --- glx/glthread.c | 51 --- glx/glthread.h