On Thu, Jan 6, 2011 at 5:54 AM, tangchen wrote: > --- a/testcases/kernel/syscalls/fchmod/fchmod03.c > +++ b/testcases/kernel/syscalls/fchmod/fchmod03.c > @@ -178,7 +178,7 @@ void cleanup() > TEST_CLEANUP; > > if (close(fd) == -1) > - tst_brkm(TWARN|TERRNO, "close failed"); > + tst_brkm(TWARN|TERRNO, NULL, "close failed");
i guess we should add a non-null gcc attribute to the tst_brkm function ... and perhaps a printf attribute if it doesnt have one already -mike ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
