diff options
Diffstat (limited to '')
-rw-r--r-- | libnetdata/os.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnetdata/os.c b/libnetdata/os.c index 0248eb627..4271a917c 100644 --- a/libnetdata/os.c +++ b/libnetdata/os.c @@ -215,4 +215,3 @@ int getsysctl_by_name(const char *name, void *ptr, size_t len) { } #endif // (TARGET_OS == OS_MACOS) - |