|
From: Florian K. <fl...@ei...> - 2014-09-24 19:14:15
|
On 16.09.2014 02:27, Patrick J. LoPresti wrote: > > I can confirm PTRACE_GETSIGINFO and PTRACE_SETSIGINFO are present in > sys/ptrace.h for all architectures (including s390) as of glibc 2.5 > but not 2.4. Well, except for ia64, where they were added a little > earlier (2.3). > > Since Valgrind does not (yet) support ia64, (__GLIBC__ > 2) || > (__GLIBC__ == 2 && __GLIBC_MINOR__ > 4) -- suitably negated -- should > do the trick... Thanks. I've changed this in r14565. Florian |