mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-25 08:37:39 +00:00
perf tools build in recent kernels spews splat when cross compiling with uClibc:
| CC util/alias.o
| In file included from tools/perf/util/../ui/../util/cache.h:8:0,
| from tools/perf/util/../ui/helpline.h:7,
| from tools/perf/util/debug.h:8,
| from arch/../util/cpumap.h:9,
| from arch/../util/env.h:5,
| from arch/common.h:4,
| from arch/common.c:3:
| tools/include/linux/string.h:12:15: warning: redundant redeclaration of ‘strlcpy’ [-Wredundant-decls]
| extern size_t strlcpy(char *dest, const char *src, size_t size);
^
This is after commit
|
||
---|---|---|
.. | ||
atomic.h | ||
bitmap.h | ||
bitops.h | ||
compiler.h | ||
err.h | ||
export.h | ||
filter.h | ||
hash.h | ||
hashtable.h | ||
kernel.h | ||
list.h | ||
log2.h | ||
poison.h | ||
rbtree.h | ||
rbtree_augmented.h | ||
string.h | ||
stringify.h | ||
types.h |