Dears, I'm porting the recent LTP release -20101031- for SH platforms both glibc and uClibc.
I've noted unused variables -"stime" and "utime"- declared on the file getdelays.c (you find it under $LTPROOT/testcases/kernel/controllers/cgroup/). The above variables are both "__u64". Moreover -and only for uClibc build-, the variable "stime" causes an error of "variable redeclared as different kind of symbol", as there is a function "stime" exported on the standard "time.h" header file of the uClibc target. I think the above variables should be removed on the file "getdelays.c" both because they are unused and because they causes an error during LTP build for uClibc (for SH platforms). I've attached a patch to do that. Best Regards, Francesco Rundo
ltp-full-20101031-delete-unused-variables.patch
Description: ltp-full-20101031-delete-unused-variables.patch
------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
