File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- //! HermitCore -specific extension to the primitives in the `std::ffi` module
1+ //! Hermit -specific extension to the primitives in the `std::ffi` module
22//!
33//! # Examples
44//!
Original file line number Diff line number Diff line change 1- //! System bindings for HermitCore
1+ //! System bindings for Hermit
22//!
33//! This module contains the facade (aka platform-specific) implementations of
4- //! OS level functionality for HermitCore .
4+ //! OS level functionality for Hermit .
55//!
66//! This is all super highly experimental and not actually intended for
77//! wide/production use yet, it's still all in the experimental category. This
@@ -30,7 +30,7 @@ pub fn unsupported<T>() -> io::Result<T> {
3030}
3131
3232pub fn unsupported_err ( ) -> io:: Error {
33- io:: const_error!( io:: ErrorKind :: Unsupported , "operation not supported on HermitCore yet" )
33+ io:: const_error!( io:: ErrorKind :: Unsupported , "operation not supported on Hermit yet" )
3434}
3535
3636pub fn abort_internal ( ) -> ! {
You can’t perform that action at this time.
0 commit comments