File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
//! This file contains posix abstractions and wrappers around
2
2
//! OS-specific APIs for conforming platforms, whether libc is or is not linked.
3
- //! Purpose is to have error handling for APIs, which can not have comparable
4
- //! semantics on non-posix systems like Windows.
5
- //! Reasons are besides design failures (signaling, process management) more
6
- //! extensive execution semantics (permission system, memory management, ipc).
3
+ //! The purpose of this file is to have error handling for APIs which
4
+ //! don't support comparable semantics on non-posix systems like Windows.
5
+ //! Reasons are:
6
+ //! - Design failures (signaling, process management)
7
+ //! - More extensive execution semantics (permission system, memory management, ipc)
7
8
//! With above restrictions, the same goals as for os.zig apply.
8
9
9
10
const std = @import ("std" );
You can’t perform that action at this time.
0 commit comments