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 ([email protected]) http://compton.nu/ ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
