Actions
Bug #44
closed
MD
implicit declaration of function 'sched_getcpu'
Bug #44:
implicit declaration of function 'sched_getcpu'
Start date:
02/12/2012
Due date:
% Done:
0%
Estimated time:
Description
While compiling latest lttng-ust git HEAD, I'm getting the following warnings (see attached build log):
warning: implicit declaration of function 'sched_getcpu' [-Wimplicit-function-declaration]
which usually indicate a function simply doesn't exist.
This might be due to the new eglibc version in Ubuntu 12.04, which is 2.15. Compared to 2.13 currently in Debian Sid and Ubuntu 11.10. I tried some basic grep'ing but couldn't find a reference to "sched_getcpu" in either.
Files
Actions