mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Resolve complation issues with -fno-common (default from gcc-10)
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
This commit is contained in:
@ -154,7 +154,8 @@ typedef struct LinuxProcess_ {
|
||||
|
||||
}*/
|
||||
|
||||
long long btime; /* semi-global */
|
||||
/* semi-global */
|
||||
long long btime;
|
||||
|
||||
ProcessFieldData Process_fields[] = {
|
||||
[0] = { .name = "", .title = NULL, .description = NULL, .flags = 0, },
|
||||
|
Reference in New Issue
Block a user