summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Platform.h')
-rw-r--r--freebsd/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/freebsd/Platform.h b/freebsd/Platform.h
index 850fb75b..93fd33e0 100644
--- a/freebsd/Platform.h
+++ b/freebsd/Platform.h
@@ -72,4 +72,8 @@ 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) {
+ return false;
+}
+
#endif