summaryrefslogtreecommitdiffstats
path: root/third_party/rust/whatsys/src/fallback.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/whatsys/src/fallback.rs')
-rw-r--r--third_party/rust/whatsys/src/fallback.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/rust/whatsys/src/fallback.rs b/third_party/rust/whatsys/src/fallback.rs
new file mode 100644
index 0000000000..c9c690cb2b
--- /dev/null
+++ b/third_party/rust/whatsys/src/fallback.rs
@@ -0,0 +1,6 @@
+/// **Unsupported** on this operating system.
+///
+/// Returns `None`.
+pub fn kernel_version() -> Option<String> {
+ None
+}