From 4a78f4bb928a4fd6b7b0c003ebdea279cf0d319f Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 3 Oct 2020 22:00:27 +0200 Subject: Some more locations for ARRAYSIZE --- darwin/Platform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'darwin') diff --git a/darwin/Platform.c b/darwin/Platform.c index 4d8ede32..99787a27 100644 --- a/darwin/Platform.c +++ b/darwin/Platform.c @@ -7,6 +7,7 @@ in the source distribution for its full text. */ #include "Platform.h" +#include "Macros.h" #include "CPUMeter.h" #include "MemoryMeter.h" #include "SwapMeter.h" @@ -63,7 +64,7 @@ const SignalItem Platform_signals[] = { { .name = "31 SIGUSR2", .number = 31 }, }; -const unsigned int Platform_numberOfSignals = sizeof(Platform_signals)/sizeof(SignalItem); +const unsigned int Platform_numberOfSignals = ARRAYSIZE(Platform_signals); ProcessFieldData Process_fields[] = { [0] = { .name = "", .title = NULL, .description = NULL, .flags = 0, }, -- cgit v1.2.3