summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-04 23:20:36 +0100
committercgzones <cgzones@googlemail.com>2021-01-06 16:59:28 +0100
commit8fe04b7494fe0b8062e9afe4cf784db7f33bd5cd (patch)
treedd1f0ee3caebe50da4a2db46b0f75819bb6110a4 /linux
parent43d5c61884e7cd5229d3be2ae038f5a148742247 (diff)
Hashtable: use more distinct typename for key type
Diffstat (limited to 'linux')
-rw-r--r--linux/LinuxProcessList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/LinuxProcessList.c b/linux/LinuxProcessList.c
index 77b1fc8e..434d070e 100644
--- a/linux/LinuxProcessList.c
+++ b/linux/LinuxProcessList.c
@@ -484,7 +484,7 @@ static inline uint64_t fast_strtoull_hex(char **str, int maxlen) {
return result;
}
-static void LinuxProcessList_calcLibSize_helper(ATTR_UNUSED hkey_t key, void* value, void* data) {
+static void LinuxProcessList_calcLibSize_helper(ATTR_UNUSED ht_key_t key, void* value, void* data) {
if (!data)
return;

© 2014-2024 Faster IT GmbH | imprint | privacy policy