hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.83k stars 581 forks source link

Resolve complation issues with -fno-common (default from gcc-10) #1017

Open natoscott opened 4 years ago

natoscott commented 4 years ago

Extends the MakeHeader script to auto-generate correct "extern" function declarations in some cases that it currently does not.

Related to https://github.com/hishamhm/htop/pull/981