summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-03-22 14:49:07 +1100
committerNathan Scott <nathans@redhat.com>2021-03-22 17:16:40 +1100
commit253ff23f9e3a26c9575758fd1849b457c5d4d635 (patch)
treeb756365fd3c197fc568b9ff68653bda0d2b0e0f3 /solaris
parentd56d23d91adf3fad512e5311fcdd0ca129e820c7 (diff)
Use a platform-specific routine for long option usage
Related to https://github.com/htop-dev/htop/pull/564
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Platform.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/solaris/Platform.h b/solaris/Platform.h
index 4485cbbf..9f479d1b 100644
--- a/solaris/Platform.h
+++ b/solaris/Platform.h
@@ -26,9 +26,6 @@ in the source distribution for its full text.
#include "generic/uname.h"
-#define PLATFORM_LONG_OPTIONS
-#define PLATFORM_LONG_OPTIONS_USAGE
-
#define kill(pid, signal) kill(pid / 1024, signal)
typedef struct var kvar_t;
@@ -92,6 +89,10 @@ static inline void Platform_getRelease(char** string) {
*string = Generic_uname();
}
+#define PLATFORM_LONG_OPTIONS
+
+static inline void Platform_longOptionsUsage(ATTR_UNUSED const char* name) { }
+
static inline bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int argc, ATTR_UNUSED char** argv) {
return false;
}

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