On Thursday 27 August 2009 11:07:55 Geert Uytterhoeven wrote: > testcases/kernel/syscalls/quotactl/quotactl01.c has: > > TEST(result = syscall(258, &newtid)); //call quotactl() > > From the number and the parameter, it looks like __NR_set_tid_address is > intended. But the comment suggests otherwise?
quotactl() takes more arguments while set_tid_address() only takes a pointer. so i'd change it to __NR_set_tid_address and see if it still works on your x86 system. -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
