On Fri, 2008-12-12 at 15:37 +0100, Gilles Carry wrote: > This definition is missing on powerpc specific code. > utimensat test fails without this patch. > > Signed-off-by: Gilles Carry <[email protected]> Thanks. > --- > testcases/kernel/include/powerpc.in | 1 + > testcases/kernel/include/powerpc64.in | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/testcases/kernel/include/powerpc.in > b/testcases/kernel/include/powerpc.in > index 4dbd734..83d6553 100644 > --- a/testcases/kernel/include/powerpc.in > +++ b/testcases/kernel/include/powerpc.in > @@ -22,3 +22,4 @@ __NR_fchmodat (__NR_openat + 11) > __NR_faccessat (__NR_openat + 12) > __NR_eventfd 307 > __NR_fallocate 309 > +__NR_utimensat 304 > diff --git a/testcases/kernel/include/powerpc64.in > b/testcases/kernel/include/powerpc64.in > index 4dbd734..83d6553 100644 > --- a/testcases/kernel/include/powerpc64.in > +++ b/testcases/kernel/include/powerpc64.in > @@ -22,3 +22,4 @@ __NR_fchmodat (__NR_openat + 11) > __NR_faccessat (__NR_openat + 12) > __NR_eventfd 307 > __NR_fallocate 309 > +__NR_utimensat 304
------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
