diff options
| author | Rocknest <35231115+Rocknest@users.noreply.github.com> | 2019-10-11 04:09:01 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-11 04:09:01 +0300 |
| commit | b0cd64c019a77366abb69cf1645d84f416543df3 (patch) | |
| tree | 754b01b69926c3146ca82c1be1c68b7ca26c4aef /lib/std/os.zig | |
| parent | 2bb2a2fcea5d4c22e7dfed529b318b9ba88e2ac9 (diff) | |
| parent | 6082c147533cbefe9f27d8f32b6485c8c43a738f (diff) | |
| download | zig-b0cd64c019a77366abb69cf1645d84f416543df3.tar.gz zig-b0cd64c019a77366abb69cf1645d84f416543df3.zip | |
Merge branch 'master' into docs-local
Diffstat (limited to 'lib/std/os.zig')
| -rw-r--r-- | lib/std/os.zig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/std/os.zig b/lib/std/os.zig index c05c911148..13cb4bf587 100644 --- a/lib/std/os.zig +++ b/lib/std/os.zig @@ -537,7 +537,12 @@ pub const OpenError = error{ SystemFdQuotaExceeded, NoDevice, FileNotFound, + + /// Insufficient kernel memory was available, or + /// the named file is a FIFO and per-user hard limit on + /// memory allocation for pipes has been reached. SystemResources, + NoSpaceLeft, NotDir, PathAlreadyExists, |
