Re: [patch 6/8] kcmp selftests: build fix

2012-11-24 Thread Dave Young
On Sat, Nov 24, 2012 at 11:41:23AM +0200, Pekka Enberg wrote: > On Sat, Nov 24, 2012 at 10:29 AM, wrote: > > For old glibc there's no the syscall number this tests will cause > > make run_tests fail. > > Add a macro to define the number. This should be ok because it will be > > built in latest ke

Re: [patch 6/8] kcmp selftests: build fix

2012-11-24 Thread Pekka Enberg
On Sat, Nov 24, 2012 at 10:29 AM, wrote: > For old glibc there's no the syscall number this tests will cause > make run_tests fail. > Add a macro to define the number. This should be ok because it will be > built in latest kernel source. > > Signed-off-by: Dave Young > --- > tools/testing/selft