summaryrefslogtreecommitdiffstats
path: root/openbsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/Platform.h')
-rw-r--r--openbsd/Platform.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index ba7348ce..c4add09f 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -23,6 +23,9 @@ in the source distribution for its full text.
#include "generic/uname.h"
+#define PLATFORM_LONG_OPTIONS
+#define PLATFORM_LONG_OPTIONS_USAGE
+
extern const ProcessField Platform_defaultFields[];
/* see /usr/include/sys/signal.h */
@@ -70,7 +73,7 @@ static inline void Platform_getRelease(char** string) {
*string = Generic_uname();
}
-static bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int argc, ATTR_UNUSED char** argv) {
+static inline bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int argc, ATTR_UNUSED char** argv) {
return false;
}