htop/unsupported
Explorer09 1f3d85b617 Mark signal tables 'const'
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>
2016-08-30 20:41:17 +08:00
..
Battery.c Add files to unsupported platform. 2015-03-16 03:16:18 -03:00
Battery.h Add files to unsupported platform. 2015-03-16 03:16:18 -03:00
Platform.c Mark signal tables 'const' 2016-08-30 20:41:17 +08:00
Platform.h Mark signal tables 'const' 2016-08-30 20:41:17 +08:00
UnsupportedCRT.c Fix spelling of "maintainer" 2016-01-02 12:11:26 -05:00
UnsupportedCRT.h Files moved and added for supporting separate platforms. 2014-11-24 18:55:49 -02:00
UnsupportedProcess.c Check for failure in allocations. 2016-02-02 15:53:02 +01:00
UnsupportedProcess.h Make unsupported run 2015-08-19 13:46:41 -03:00
UnsupportedProcessList.c Check for failure in allocations. 2016-02-02 15:53:02 +01:00
UnsupportedProcessList.h Make unsupported run 2015-08-19 13:46:41 -03:00