|
From: Nicholas N. <nj...@cs...> - 2005-11-12 19:39:00
|
On Sat, 12 Nov 2005, Tom Hughes wrote: >> On my machine bits/sched.h (which gets pulled into sched.h) does not >> defined CLONE_THREAD. But linux/sched.h does. Should we #include >> <linux/sched.h> as well? > > It's not ideal as that is a kernel header, but it might be necessary. > > It looks like some of my test machines have the same problem actually. Or we could #define it ourselves if missing. N |