mirror of https://github.com/xzeldon/htop.git
1f3d85b617
Specifically, Platform_signals[] and Platform_numberOfSignals. Both are not supposed to be mutable. Marking them 'const' puts them into rodata sections in binary. And for Platform_numberOfSignals, this aids optimization (aids only Link Time Optimization for now). :) Signed-off-by: Kang-Che Sung <explorer09@gmail.com> |
||
---|---|---|
.. | ||
Battery.c | ||
Battery.h | ||
DarwinCRT.c | ||
DarwinCRT.h | ||
DarwinProcess.c | ||
DarwinProcess.h | ||
DarwinProcessList.c | ||
DarwinProcessList.h | ||
Platform.c | ||
Platform.h |