5 #ifndef OS_POSIX_ERRNO_HPP 6 #define OS_POSIX_ERRNO_HPP
Task::Status posix_status_to_task_status(PlatformIntType posix_status)
Directory::Status errno_to_directory_status(PlatformIntType errno_input)
FileSystem::Status errno_to_filesystem_status(PlatformIntType errno_input)
Mutex::Status posix_status_to_mutex_status(PlatformIntType posix_status)
File::Status errno_to_file_status(PlatformIntType errno_input)
RawTime::Status errno_to_rawtime_status(PlatformIntType errno_input)
ConditionVariable::Status posix_status_to_conditional_status(PlatformIntType posix_status)