|
From: Tom H. <to...@co...> - 2011-11-21 16:19:06
|
On 21/11/11 16:02, WAROQUIERS Philippe wrote: > According to man waitpid, WIFCONTINUED is defined since linux 2.6.10. > In the below, it looks like you have 2.6.18.8. So, it is supposed to be > defined. > The best is to file a bug on bugzilla, with the details about the > distribution you are using. > (the distribution you are using is not very clear: it looks like it is > an old red-hat). Judging by the compiler version RedHat 9 looks likely. That came with kernel 2.4.20 though so the kernel has obviously been updated to something much more recent. Most likely the C library hasn't been though, hence the lack of this define. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |