// SPDX-License-Identifier: LGPL-2.1-or-later
// Copyright (c) 2026 Jarkko Sakkinen
//! Fallback platform implementation for unsupported platforms.
//!
//! Returns [`Trap::Internal`] to communicate that the current
//! operating system is not yet supported by landstrip.
use crateAccessPolicy;
use crate;
use crateTrapFd;
use ;
pub