summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.h')
-rw-r--r--freebsd/Platform.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index 93fd33e0..678579e3 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -22,6 +22,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[];
extern const SignalItem Platform_signals[];
@@ -72,7 +75,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;
}