mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-30 17:03:31 +08:00
3f0b87bf31
Fix the following build failure with gcc >= 14:
read_cpu_stat.c: In function 'cpudata_new':
read_cpu_stat.c:49:17: error: implicit declaration of function 'error'; did you mean 'perror'? [-Wimplicit-function-declaration]
49 | error("too many cpus");
| ^~~~~
| perror
Fixes:
- http://autobuild.buildroot.org/results/3bca2659011d123d7b7a0ca19c4e868643d45766
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
0001-Changed-error-calls-to-perror.patch | ||
Config.in | ||
cpuload.hash | ||
cpuload.mk |